diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 31878ee4f7..0855753452 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -45,6 +45,7 @@ jobs: sudo -s -u $USER --preserve-env bash ${{ github.workspace }}/hack/ci-e2e.sh - name: Upload artifacts + if: ${{ !cancelled() }} uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: artifacts-${{ inputs.bmc-protocol }}.tar.gz