Skip to content

Commit

Permalink
Always run testfiles artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Jun 20, 2022
1 parent b5f2a68 commit ddefaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Expand Up @@ -69,7 +69,7 @@ jobs:
# Now we create the artifacts: There are two cases where this happens.
# 1. If we failed running tests
- name: Archive failed test output
if: ${{ matrix.artifact_name != 'Documentation' }}
if: ${{ always() }}
uses: zauguin/l3build-failure-artifacts@trunk
with:
name: ${{ matrix.artifact_name }}
Expand Down

0 comments on commit ddefaf1

Please sign in to comment.