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 6f93b98 commit 24dcb9dCopy full SHA for 24dcb9d
.github/workflows/nightly-builds.yml
@@ -58,13 +58,13 @@ jobs:
58
version: ${{ needs.vars.outputs.version }}
59
60
prepublish:
61
- if: always()
62
needs: [vars, tests]
+ if: ${{ always() }}
63
runs-on: ubuntu-latest
64
steps:
65
- name: Log
66
run: echo "Pre-Publish Step"
67
-
+
68
publish:
69
if: ${{ needs.datagen.result == 'success' }}
70
needs: [vars, prepublish]
0 commit comments