Skip to content

Commit

Permalink
test: Add failure trigger for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanDavies19 committed Jul 9, 2024
1 parent 461b762 commit 90a249b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mdf_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:

- name: Upload the artifacts
uses: actions/upload-artifact@v4
if: failure()
with:
name: upload test artifacts
path: |
Expand Down

0 comments on commit 90a249b

Please sign in to comment.