We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba79473 commit ad97292Copy full SHA for ad97292
1 file changed
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
needs: [ changes, container ]
61
uses: ./.github/workflows/outputs.yml
62
with:
63
- with_pr_container: ${{ needs.container.result }}
+ with_pr_container: ${{ needs.container.result }} == "success"
64
65
style:
66
if: ${{ needs.changes.outputs.style == 'true' }}
0 commit comments