We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c026201 commit e6f3bf8Copy full SHA for e6f3bf8
.github/workflows/reusable-build-test-release.yml
@@ -3012,7 +3012,7 @@ jobs:
3012
echo "run-publish=false" >> "$GITHUB_OUTPUT"
3013
echo "Publish conditions are not met."
3014
fi
3015
- if [[ ${{ github.base_ref == 'main' }} && "${{ needs.enforce-docs-checks.result }}" != "success" ]]
+ if ${{ github.base_ref == 'main' }} && ${{ needs.enforce-docs-checks.result != 'success' }};
3016
then
3017
echo " There are documentation changes that break mkdocs deploy. please check validate-docs-change step."
3018
exit 1
0 commit comments