We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fa930 commit b19d325Copy full SHA for b19d325
.github/workflows/post-merge.yml
@@ -70,6 +70,7 @@ jobs:
70
pull-requests: read
71
issues: write
72
needs: pre-checks
73
+ if: needs.pre-checks.outputs.skip != 'true'
74
uses: open-edge-platform/orch-ci/.github/workflows/publish-documentation.yml@bf82f7924caaac6ba2f388b6ec6ac4edd65f48ee # yamllint disable-line rule:line-length
75
with:
76
simple_mode: false
0 commit comments