Skip to content

Commit 2a90caf

Browse files
committed
revert output changes
1 parent 5cd7959 commit 2a90caf

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ jobs:
5050
needs: changes
5151
uses: ./.github/workflows/container.yml
5252

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
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
6262

6363
style:
6464
if: ${{ needs.changes.outputs.style == 'true' }}

0 commit comments

Comments
 (0)