diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2023-12-21 18:26:02 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2023-12-21 18:27:24 +0100 |
| commit | 12b06ad51b6d6c1c3e8169051056716a808eea67 (patch) | |
| tree | 5ffa43d44f2480fd6fa5e8484209296122d69c49 /.github/workflows | |
| parent | 767453eb7ca188e991ac5568c17b984dd4893e77 (diff) | |
run fuchsia tests only on nightly
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cf603519b1..540e1eb157e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -289,8 +289,9 @@ jobs: os: ubuntu-20.04-4core-16gb env: {} - name: x86_64-gnu-integration + env: + CI_ONLY_WHEN_CHANNEL: nightly os: ubuntu-20.04-16core-64gb - env: {} - name: x86_64-gnu-debug os: ubuntu-20.04-8core-32gb env: {} |
