summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-03-01 21:13:24 +1100
committerDarren Tucker <dtucker@dtucker.net>2021-03-01 21:13:24 +1100
commitde3866383b6720ad4cad83be76fe4c8aa111a249 (patch)
tree91a4e033ccaccf0dbbbac6c487c1eae5f36ff8e5
parent85ff2a564ce838f8690050081176c1de1fb33116 (diff)
Only upload config logs if configure fails.
-rw-r--r--.github/workflows/selfhosted.yml2
1 files changed, 1 insertions, 1 deletions
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