Skip to content

Commit cfdda8b

Browse files
committed
allies release continued
Signed-off-by: JvD_Ericsson <[email protected]>
1 parent 4b8121c commit cfdda8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
if: |-
107107
${{ always() && startsWith(github.ref, 'refs/heads/release-') &&
108108
needs.prepare-release-artifacts.result == 'success' &&
109-
needs.push-java-artifacts-to-ghcr.result == 'success' &&
109+
# needs.push-java-artifacts-to-ghcr.result == 'success' &&
110110
(needs.push-containers-with-suffix.result == 'success' ||
111111
needs.push-containers-with-suffix.result == 'skipped')
112112
}}

0 commit comments

Comments
 (0)