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.
1 parent 49efdf8 commit 544543aCopy full SHA for 544543a
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