Skip to content

Commit fd84ff8

Browse files
committed
override detect-ci trigger
1 parent 15ad99c commit fd84ff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-additional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
github.repository == 'pydata/xarray'
2525
&& (github.event_name == 'push' || github.event_name == 'pull_request')
2626
outputs:
27-
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
27+
triggered: false
2828
steps:
2929
- uses: actions/checkout@v5
3030
with:

0 commit comments

Comments
 (0)