summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorsashashura <93376818+sashashura@users.noreply.github.com>2022-09-04 20:39:33 +0300
committersashashura <93376818+sashashura@users.noreply.github.com>2022-09-04 20:39:33 +0300
commitbd5aad3ee28fbc1f7cb4bd2c52763dbadaeae34a (patch)
treecb7d6b87f294020ba6e5ca98ae317a0edae5e240 /.github
parent294d0e9e3166e9119f43bde3328c8106016e3212 (diff)
downloadrust-bd5aad3ee28fbc1f7cb4bd2c52763dbadaeae34a.tar.gz
Regenerate
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 91b139664c8..6693182e0c5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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 }}"
@@ -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 }}"
@@ -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 }}"