We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687db56 commit 28b1c77Copy full SHA for 28b1c77
.github/workflows/cancel.yml
@@ -1,7 +1,10 @@
1
name: Cancel
2
on: [push]
3
+permissions: {} # none
4
jobs:
5
cancel:
6
+ permissions:
7
+ actions: write
8
name: Cancel Previous Runs
9
runs-on: ubuntu-latest
10
timeout-minutes: 3
0 commit comments