We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d496808 commit a6b7e84Copy full SHA for a6b7e84
1 file changed
.github/workflows/ci-additional.yaml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- "main"
6
+ - "test-pixi-dust"
7
pull_request:
8
9
@@ -20,11 +21,11 @@ jobs:
20
21
detect-ci-trigger:
22
name: detect ci trigger
23
runs-on: ubuntu-latest
- if: |
24
- github.repository == 'pydata/xarray'
25
- && (github.event_name == 'push' || github.event_name == 'pull_request')
+ # if: |
+ # github.repository == 'pydata/xarray'
26
+ # && (github.event_name == 'push' || github.event_name == 'pull_request')
27
outputs:
- triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
28
+ triggered: false
29
steps:
30
- uses: actions/checkout@v5
31
with:
0 commit comments