File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2020 github.repository == 'xarray-contrib/xarray-array-testing'
2121 && (github.event_name == 'push' || github.event_name == 'pull_request')
2222 outputs :
23- triggered : ${{ steps.detect-trigger.outputs.trigger-found }}
23+ triggered : |
24+ ${{
25+ steps.detect-trigger.outputs.trigger-found == 'true'
26+ || contains(github.event.pull_request.labels.*.name, 'skip-ci')
27+ }}
2428 steps :
2529 - uses : actions/checkout@v4
2630 with :
3539 name : ${{ matrix.os }} py${{ matrix.python-version }}
3640 runs-on : ${{ matrix.os }}
3741 needs : detect-ci-trigger
38- if : |
39- needs.detect-ci-trigger.outputs.triggered == 'false'
40- || contains(github.event.pull_request.labels.*.name, 'skip-ci')
42+ if : ! needs.detect-ci-trigger.outputs.triggered
4143
4244 env :
4345 FORCE_COLOR : 3
You can’t perform that action at this time.
0 commit comments