File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ defaults:
3333jobs :
3434 pr :
3535 permissions :
36- actions : write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds
36+ actions : write
3737 name : PR
3838 env :
3939 CI_JOB_NAME : " ${{ matrix.name }}"
@@ -147,7 +147,7 @@ jobs:
147147 if : " success() && !env.SKIP_JOB && (github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1')"
148148 auto :
149149 permissions :
150- actions : write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds
150+ actions : write
151151 name : auto
152152 env :
153153 CI_JOB_NAME : " ${{ matrix.name }}"
@@ -554,7 +554,7 @@ jobs:
554554 if : " success() && !env.SKIP_JOB && (github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1')"
555555 try :
556556 permissions :
557- actions : write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds
557+ actions : write
558558 name : try
559559 env :
560560 CI_JOB_NAME : " ${{ matrix.name }}"
You can’t perform that action at this time.
0 commit comments