Skip to content

Commit 3d227cf

Browse files
committed
override detect-ci trigger
1 parent d496808 commit 3d227cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-additional.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- "main"
6+
- "test-pixi-dust"
67
pull_request:
78
branches:
89
- "main"
@@ -24,7 +25,7 @@ jobs:
2425
github.repository == 'pydata/xarray'
2526
&& (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:

0 commit comments

Comments
 (0)