There was an error while loading. Please reload this page.
1 parent 55423ae commit 78c0590Copy full SHA for 78c0590
1 file changed
.github/workflows/cancel.yml
@@ -0,0 +1,12 @@
1
+name: Cancel
2
+on: [push]
3
+jobs:
4
+ cancel:
5
+ name: Cancel Previous Runs
6
+ runs-on: ubuntu-latest
7
+ timeout-minutes: 3
8
+ steps:
9
+ - uses: styfle/cancel-workflow-action@0.10.0
10
+ with:
11
+ workflow_id: nodejs.yml
12
+ access_token: ${{ github.token }}
0 commit comments