We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e3fa8f + 5e31466 commit 2d9a9daCopy full SHA for 2d9a9da
1 file changed
.github/workflows/upstream-dev-ci.yaml
@@ -73,6 +73,8 @@ jobs:
73
name: upstream-dev
74
runs-on: ubuntu-latest
75
needs: cache-pixi-lock
76
+ if: |
77
+ always() && needs.cache-pixi-lock.result == 'success'
78
defaults:
79
run:
80
shell: bash -l {0}
0 commit comments