From: Darren Tucker Date: Mon, 1 Mar 2021 10:13:24 +0000 (+1100) Subject: Only upload config logs if configure fails. X-Git-Tag: V_8_5_P1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de3866383b6720ad4cad83be76fe4c8aa111a249;p=thirdparty%2Fopenssh-portable.git Only upload config logs if configure fails. --- diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 203da1953..aadcb42b4 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -42,7 +42,7 @@ jobs: - name: configure run: vmrun ./.github/configure.sh ${{ matrix.configs }} - name: save config files - if: always() + if: failure() uses: actions/upload-artifact@v2 with: name: ${{ matrix.os }}-${{ matrix.configs }}-config-files