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.
1 parent bc952dc commit 5e31466Copy full SHA for 5e31466
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