We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f45500 + 544543a commit 27e8483Copy full SHA for 27e8483
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