From b2bea69a96ddb22706545a49c7f03ea99c777aa3 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Wed, 3 May 2023 11:53:50 +0200 Subject: [PATCH] Update ci-selftests.yml --- .github/workflows/ci-selftests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-selftests.yml b/.github/workflows/ci-selftests.yml index 0a6100700..12b87e557 100644 --- a/.github/workflows/ci-selftests.yml +++ b/.github/workflows/ci-selftests.yml @@ -68,7 +68,7 @@ jobs: echo 'DONE' exit $RC - name: Archive artifacts - if: always() + if: ${{ failure() }} uses: actions/upload-artifact@v3 with: name: ci-selftests-${{ env.GIT_VERSION }}-run#${{ github.run_number }}