Skip to content

Commit

Permalink
ceph logs artifacts
Browse files Browse the repository at this point in the history
Make sure only log files are considered as artifacts.

Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum authored and baum committed Aug 4, 2024
1 parent 9651f9f commit 0c1fbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ceph_out_${{ matrix.test }}
path: /tmp/out/*
path: /tmp/out/*.log

- name: Display logs
if: success() || failure()
Expand Down

0 comments on commit 0c1fbe3

Please sign in to comment.