From c95d14699f7df1f7d3d6415c4962cf51265e0f0c Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Wed, 3 May 2023 11:39:47 +0200 Subject: [PATCH] Update ci-basictests.yml --- .github/workflows/ci-basictests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-basictests.yml b/.github/workflows/ci-basictests.yml index 04e72db3b..16bf433fb 100644 --- a/.github/workflows/ci-basictests.yml +++ b/.github/workflows/ci-basictests.yml @@ -190,7 +190,7 @@ jobs: sudo chmod -R 777 ${{ github.workspace }}/* - name: Archive artifacts - if: always() + if: failure() uses: actions/upload-artifact@v3 with: name: ci-selftests-${{ env.GIT_VERSION }}-run#${{ github.run_number }}