Skip to content

Commit ca7684e

Browse files
committed
always run generate release job
Signed-off-by: Matthew F Leader <mleader@redhat.com>
1 parent 32d6703 commit ca7684e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
generate-release:
2828
runs-on: ubuntu-24.04
2929
needs: test-e2e
30+
if: always()
3031
outputs:
3132
operator_version: ${{ steps.validate.outputs.operator_version }}
3233
llamastack_version: ${{ steps.validate.outputs.llamastack_version }}
@@ -170,7 +171,7 @@ jobs:
170171
echo "Success: ${{ needs.test-e2e.outputs.success }}"
171172
echo "Summary: ${{ needs.test-e2e.outputs.summary }}"
172173
echo "Run URL: ${{ needs.test-e2e.outputs.run_url }}"
173-
174+
174175
if [ "${{ needs.test-e2e.outputs.success }}" != "true" ]; then
175176
echo "E2E tests failed - release cannot proceed"
176177
echo "Check detailed logs: ${{ needs.test-e2e.outputs.run_url }}"

0 commit comments

Comments
 (0)