Skip to content

Commit

Permalink
ci: fix logs merge pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Feb 15, 2025
1 parent a2b337d commit 5e0591e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/built-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
with:
name: ${{ matrix.os }}-results
compression-level: '9'
pattern: ${{ matrix.os }}-*-results
pattern: ${{ matrix.os }}-{unit,integration-{example,real}}-results
delete-merged: true
retention-days: 7

Expand Down

0 comments on commit 5e0591e

Please sign in to comment.