We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea9097 commit 0ab6683Copy full SHA for 0ab6683
1 file changed
.github/workflows/cancel.yml
@@ -1,12 +1,14 @@
1
name: Cancel
2
on: [push]
3
+
4
jobs:
5
cancel:
- name: 'Cancel Previous Runs'
6
+ name: "Cancel previous runs"
7
runs-on: ubuntu-latest
- timeout-minutes: 3
8
+ permissions:
9
+ actions: write
10
steps:
- - uses: styfle/cancel-workflow-action@0.8.0
11
+ - name: Cancel Previous Runs
12
+ uses: styfle/cancel-workflow-action@0.9.1
13
with:
- all_but_latest: true
14
access_token: ${{ github.token }}
0 commit comments