Fix continue-on-error GH actions bug, always run archive step instead

This commit is contained in:
Alan Rominger
2023-09-14 15:45:07 -04:00
committed by GitHub
parent 7b0598c7d8
commit aa3228eec9
2 changed files with 3 additions and 1 deletions

View File

@@ -71,5 +71,6 @@ jobs:
awx-pf-tests run --project .
- uses: ./.github/actions/upload_awx_devel_logs
if: always()
with:
log-filename: e2e-${{ matrix.job }}.log