Skip to content

Commit bd5aad3

Browse files
committed
Regenerate
1 parent 294d0e9 commit bd5aad3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ defaults:
3333
jobs:
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 }}"

0 commit comments

Comments
 (0)