From eaa94eecc95185fb7df87efa9a866b2e1db7785e Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Wed, 3 May 2023 11:53:19 +0200 Subject: [PATCH] Update ci-repltests.yml --- .github/workflows/ci-repltests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-repltests.yml b/.github/workflows/ci-repltests.yml index ccab745fa..c9389d989 100644 --- a/.github/workflows/ci-repltests.yml +++ b/.github/workflows/ci-repltests.yml @@ -77,7 +77,7 @@ jobs: 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 }}