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 committed Jul 30, 2024
1 parent 8228fef commit b0f868a
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 b0f868a

Please sign in to comment.