Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
sashashura committed Sep 4, 2022
1 parent 294d0e9 commit bd5aad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defaults:
jobs:
pr:
permissions:
actions: write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds
actions: write
name: PR
env:
CI_JOB_NAME: "${{ matrix.name }}"
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
if: "success() && !env.SKIP_JOB && (github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1')"
auto:
permissions:
actions: write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds
actions: write
name: auto
env:
CI_JOB_NAME: "${{ matrix.name }}"
Expand Down Expand Up @@ -554,7 +554,7 @@ jobs:
if: "success() && !env.SKIP_JOB && (github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1')"
try:
permissions:
actions: write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds
actions: write
name: try
env:
CI_JOB_NAME: "${{ matrix.name }}"
Expand Down

0 comments on commit bd5aad3

Please sign in to comment.