diff --git a/.github/workflows/e2e-test-kind.yaml b/.github/workflows/e2e-test-kind.yaml index e00bc6a54..24e06d2cd 100644 --- a/.github/workflows/e2e-test-kind.yaml +++ b/.github/workflows/e2e-test-kind.yaml @@ -124,6 +124,7 @@ jobs: GINKGO_FOCUS=Basic VELERO_IMAGE=velero:pr-test \ make -C test/e2e run - name: Upload debug bundle + if: ${{ failure() }} uses: actions/upload-artifact@v2 with: name: DebugBundle