[openssh-commits] [openssh] 01/01: Only upload config logs if configure fails.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Mar 1 21:13:46 AEDT 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit de3866383b6720ad4cad83be76fe4c8aa111a249
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Mar 1 21:13:24 2021 +1100
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 at v2
with:
name: ${{ matrix.os }}-${{ matrix.configs }}-config-files
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list