From f749a129aa03c822b79ad3d823636a61a5bce05f Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sat, 8 Oct 2022 23:53:48 +0200 Subject: [PATCH] ci: upload comparison log regardless of previous result --- .github/workflows/GnuTests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 4db4220c9..086174654 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -244,6 +244,7 @@ jobs: fi if test -n "${have_new_failures}" ; then exit -1 ; fi - name: Upload comparison log (for GnuComment workflow) + if: success() || failure() # run regardless of prior step success/failure uses: actions/upload-artifact@v3 with: name: comment