diff options
| author | Pietro Albini <pietro.albini@ferrous-systems.com> | 2021-07-28 15:18:18 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro.albini@ferrous-systems.com> | 2021-07-28 15:32:23 +0200 |
| commit | 4b5ac09e326907c26aa3988044dbc7ef420e39e2 (patch) | |
| tree | 52f0facec7ac70e62cd830c8cdf99dd451bbb142 /src/ci/github-actions | |
| parent | eba3228b2a9875d268ff3990903d04e19f6cdb0c (diff) | |
| download | rust-4b5ac09e326907c26aa3988044dbc7ef420e39e2.tar.gz rust-4b5ac09e326907c26aa3988044dbc7ef420e39e2.zip | |
add CI_ONLY_WHEN_CHANNEL and run x86_64-gnu-stable only on nightly
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index e704071e401..128897e580b 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -416,6 +416,10 @@ jobs: env: IMAGE: x86_64-gnu RUST_CI_OVERRIDE_RELEASE_CHANNEL: stable + # Only run this job on the nightly channel. Running this on beta + # could cause failures when `dev: 1` in `stage0.txt`, and running + # this on stable is useless. + CI_ONLY_WHEN_CHANNEL: nightly <<: *job-linux-xl - name: x86_64-gnu-aux |
