Skip to content

Commit

Permalink
Upload KinD pod logs even when CFO deployment fails
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar authored and openshift-merge-bot[bot] committed Jul 23, 2024
1 parent 0962592 commit 6ccf23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

- name: Upload logs
uses: actions/upload-artifact@v4
if: always() && steps.deploy.outcome == 'success'
if: always() && steps.kind-install.outcome == 'success'
with:
name: logs
retention-days: 10
Expand Down

0 comments on commit 6ccf23e

Please sign in to comment.