From 4b5ac09e326907c26aa3988044dbc7ef420e39e2 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Wed, 28 Jul 2021 15:18:18 +0200 Subject: add CI_ONLY_WHEN_CHANNEL and run x86_64-gnu-stable only on nightly --- src/ci/github-actions/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ci/github-actions') 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 -- cgit 1.4.1-3-g733a5