]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Only upload config logs if configure fails.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 1 Mar 2021 10:13:24 +0000 (21:13 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 1 Mar 2021 10:13:24 +0000 (21:13 +1100)
.github/workflows/selfhosted.yml

index 203da1953be1fb77b64d0814d46bc631052f91b8..aadcb42b4ddccaa818671424a247ba502ca6f1a3 100644 (file)
@@ -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