File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - " main"
6+ - " test-pixi-dust"
67 pull_request :
78 branches :
89 - " main"
@@ -20,19 +21,19 @@ jobs:
2021 detect-ci-trigger :
2122 name : detect ci trigger
2223 runs-on : ubuntu-latest
23- if : |
24- github.repository == 'pydata/xarray'
25- && (github.event_name == 'push' || github.event_name == 'pull_request')
24+ # if: |
25+ # github.repository == 'pydata/xarray'
26+ # && (github.event_name == 'push' || github.event_name == 'pull_request')
2627 outputs :
27- triggered : ${{ steps.detect-trigger.outputs.trigger-found }}
28+ triggered : false
2829 steps :
2930 - uses : actions/checkout@v5
3031 with :
3132 fetch-depth : 2
32- - uses : xarray-contrib/ci-trigger@v1
33- id : detect-trigger
34- with :
35- keyword : " [skip-ci]"
33+ # - uses: xarray-contrib/ci-trigger@v1
34+ # id: detect-trigger
35+ # with:
36+ # keyword: "[skip-ci]"
3637
3738 cache-pixi-lock :
3839 uses : ./.github/workflows/cache-pixi-lock.yml
You can’t perform that action at this time.
0 commit comments