Skip to content

Commit

Permalink
skip: use cancelled as well
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Nov 27, 2024
1 parent 7fe5fd8 commit 29f0667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ jobs:
run: juju status
if: failure()

# Collect debug artefacts only on failure as the CI for this repository
# Collect debug artefacts only on failure || cancelled as the CI for this repository
# in particular struggles with storage limitations.
- name: Collect charm debug artifacts
uses: canonical/kubeflow-ci/actions/dump-charm-debug-artifacts@main
if: failure()
if: failure() || cancelled()

0 comments on commit 29f0667

Please sign in to comment.