Skip to content

Commit

Permalink
common: adjust pattern for collecting output from jobs
Browse files Browse the repository at this point in the history
Probably '*-autotest_artifacts' would be better in the
future, but still need to change the nvme job to match.

Signed-off-by: Tomasz Zawadzki <[email protected]>
  • Loading branch information
tomzawadzki committed Mar 7, 2025
1 parent f8d7a25 commit 0689ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spdk-common-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Download artifact tarballs
uses: actions/[email protected]
with:
pattern: 'autorun_*_artifacts'
pattern: '*_artifacts'

- name: Show artifacts
run: |
Expand Down

0 comments on commit 0689ff4

Please sign in to comment.