Skip to content

Commit

Permalink
Switch cloud data tests to opt-in (#255)
Browse files Browse the repository at this point in the history
Closing #243
  • Loading branch information
jbusecke authored Jul 11, 2022
1 parent 2a078a2 commit 8afcac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: xarray-contrib/ci-trigger@v1
id: detect-trigger
with:
keyword: "[skip-ci]"
keyword: "[full-cloud-ci]"

build:
name: Build (${{ matrix.python-version }} | ${{ matrix.os }})
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
cloud-tests:
needs: detect-ci-trigger
if: needs.detect-ci-trigger.outputs.triggered == 'false'
if: needs.detect-ci-trigger.outputs.triggered == 'true'
name: Build (cloud-data-tests | ${{ matrix.variable_id }} | ${{ matrix.experiment_id }} | ${{ matrix.grid_label }})
strategy:
fail-fast: false
Expand Down

0 comments on commit 8afcac6

Please sign in to comment.