Skip to content

Commit 8e40e73

Browse files
committed
ci: more cleanup
1 parent 9c56766 commit 8e40e73

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/upstream-dev-ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,16 @@ jobs:
3939
upstream-dev:
4040
name: upstream-dev
4141
runs-on: ubuntu-latest
42+
needs: detect-ci-trigger
4243
env:
4344
ZARR_V3_EXPERIMENTAL_API: 1
45+
if: |
46+
always()
47+
&& (
48+
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
49+
|| needs.detect-ci-trigger.outputs.triggered == 'true'
50+
|| contains( github.event.pull_request.labels.*.name, 'run-upstream')
51+
)
4452
defaults:
4553
run:
4654
shell: bash -l {0}

0 commit comments

Comments
 (0)