Skip to content

Commit 5e31466

Browse files
authored
allow triggering the upstream-dev CI if the check is skipped (#11184)
* only depend on `cache-pixi-lock`'s conclusion * reference `needs` instead * use the result instead
1 parent bc952dc commit 5e31466

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
name: upstream-dev
7474
runs-on: ubuntu-latest
7575
needs: cache-pixi-lock
76+
if: |
77+
always() && needs.cache-pixi-lock.result == 'success'
7678
defaults:
7779
run:
7880
shell: bash -l {0}

0 commit comments

Comments
 (0)