We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767453e commit 12b06adCopy full SHA for 12b06ad
.github/workflows/ci.yml
@@ -289,8 +289,9 @@ jobs:
289
os: ubuntu-20.04-4core-16gb
290
env: {}
291
- name: x86_64-gnu-integration
292
+ env:
293
+ CI_ONLY_WHEN_CHANNEL: nightly
294
os: ubuntu-20.04-16core-64gb
- env: {}
295
- name: x86_64-gnu-debug
296
os: ubuntu-20.04-8core-32gb
297
src/ci/github-actions/ci.yml
@@ -471,6 +471,11 @@ jobs:
471
<<: *job-linux-4c
472
473
474
475
+ # Only run this job on the nightly channel. Fuchsia requires
476
+ # nightly features to compile, and this job would fail if
477
+ # executed on beta and stable.
478
479
<<: *job-linux-16c
480
481
0 commit comments