We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149fad3 commit 9e5e45eCopy full SHA for 9e5e45e
.github/workflows/deploy-documents.yml
@@ -32,7 +32,7 @@ jobs:
32
33
publish:
34
runs-on: ubuntu-latest
35
- needs: publish-determination
+ needs: pre-publish
36
if: needs.publish-determination.outputs.result == 'true'
37
38
steps:
0 commit comments