Skip to content

Commit dfdebd1

Browse files
committed
Remove the CI canceling action
Signed-off-by: Nikolay Blagoev <blagoevn@vmware.com>
1 parent f2b53a9 commit dfdebd1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ on:
1010
- master
1111
workflow_dispatch: {}
1212
jobs:
13-
cleanup-runs: # automatically cancel CI runs on pushes to the same branch
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: rokroskar/workflow-run-cleanup-action@master
17-
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
18-
env:
19-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2013
build:
2114
name: Node.js v${{ matrix.node-version }} on ${{ matrix.os }}
2215
strategy:

0 commit comments

Comments
 (0)