Skip to content

Commit 6ccf23e

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
Upload KinD pod logs even when CFO deployment fails
1 parent 0962592 commit 6ccf23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/e2e_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Upload logs
117117
uses: actions/upload-artifact@v4
118-
if: always() && steps.deploy.outcome == 'success'
118+
if: always() && steps.kind-install.outcome == 'success'
119119
with:
120120
name: logs
121121
retention-days: 10

0 commit comments

Comments
 (0)