Skip to content

Commit 12b06ad

Browse files
committed
run fuchsia tests only on nightly
1 parent 767453e commit 12b06ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,9 @@ jobs:
289289
os: ubuntu-20.04-4core-16gb
290290
env: {}
291291
- name: x86_64-gnu-integration
292+
env:
293+
CI_ONLY_WHEN_CHANNEL: nightly
292294
os: ubuntu-20.04-16core-64gb
293-
env: {}
294295
- name: x86_64-gnu-debug
295296
os: ubuntu-20.04-8core-32gb
296297
env: {}

src/ci/github-actions/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,11 @@ jobs:
471471
<<: *job-linux-4c
472472

473473
- name: x86_64-gnu-integration
474+
env:
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+
CI_ONLY_WHEN_CHANNEL: nightly
474479
<<: *job-linux-16c
475480

476481
- name: x86_64-gnu-debug

0 commit comments

Comments
 (0)