Skip to content

Commit

Permalink
fix: update logs action (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k authored Jan 28, 2025
1 parent 714541b commit f187c0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ jobs:
- name: Collect charm debug artifacts
uses: canonical/kubeflow-ci/actions/dump-charm-debug-artifacts@main
with:
artifact-prefix: ${{ matrix.charm }}
if: always()

test-bundle:
Expand Down Expand Up @@ -183,4 +185,6 @@ jobs:
# in particular struggles with storage limitations.
- name: Collect charm debug artifacts
uses: canonical/kubeflow-ci/actions/dump-charm-debug-artifacts@main
with:
artifact-prefix: ${{ matrix.sdk }}
if: failure() || cancelled()

0 comments on commit f187c0f

Please sign in to comment.