From de3866383b6720ad4cad83be76fe4c8aa111a249 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 1 Mar 2021 21:13:24 +1100 Subject: Only upload config logs if configure fails. --- .github/workflows/selfhosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 203da195..aadcb42b 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 -- cgit v1.2.3