We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fc7c1 commit 3ffa291Copy full SHA for 3ffa291
1 file changed
.github/workflows/ci.yml
@@ -50,15 +50,15 @@ jobs:
50
needs: changes
51
uses: ./.github/workflows/container.yml
52
53
- outputs:
54
- if: |
55
- !cancelled()
56
- && contains(needs.*.result, 'success')
57
- && !contains(needs.*.result, 'failure')
58
- && (needs.changes.outputs.outputs == 'true'
59
- || startsWith(github.ref, 'refs/tags/'))
60
- needs: [ changes, container ]
61
- uses: ./.github/workflows/outputs.yml
+ # outputs:
+ # if: |
+ # !cancelled()
+ # && contains(needs.*.result, 'success')
+ # && !contains(needs.*.result, 'failure')
+ # && (needs.changes.outputs.outputs == 'true'
+ # || startsWith(github.ref, 'refs/tags/'))
+ # needs: [ changes, container ]
+ # uses: ./.github/workflows/outputs.yml
62
63
style:
64
if: ${{ needs.changes.outputs.style == 'true' }}
0 commit comments