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 ad302eb commit 032ff99Copy full SHA for 032ff99
.github/workflows/build.yml
@@ -402,7 +402,7 @@ jobs:
402
403
publish-forum:
404
name: Publish to Forum
405
- if: inputs.workflowDebug != true && inputs.packagingDebug != true && inputs.skipForumPublish != true && needs.pre-publish-forum.outputs.skip != true
+ if: inputs.workflowDebug != true && inputs.packagingDebug != true && inputs.skipForumPublish != true && needs.pre-publish-forum.outputs.skip != 'true'
406
needs: pre-publish-forum
407
runs-on: ubuntu-latest
408
steps:
0 commit comments