File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ defaults:
33
33
jobs :
34
34
pr :
35
35
permissions :
36
- actions : write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds
36
+ actions : write
37
37
name : PR
38
38
env :
39
39
CI_JOB_NAME : " ${{ matrix.name }}"
@@ -147,7 +147,7 @@ jobs:
147
147
if : " success() && !env.SKIP_JOB && (github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1')"
148
148
auto :
149
149
permissions :
150
- actions : write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds
150
+ actions : write
151
151
name : auto
152
152
env :
153
153
CI_JOB_NAME : " ${{ matrix.name }}"
@@ -554,7 +554,7 @@ jobs:
554
554
if : " success() && !env.SKIP_JOB && (github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1')"
555
555
try :
556
556
permissions :
557
- actions : write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds
557
+ actions : write
558
558
name : try
559
559
env :
560
560
CI_JOB_NAME : " ${{ matrix.name }}"
You can’t perform that action at this time.
0 commit comments