Skip to content

Commit 1731008

Browse files
committed
mkosi: Only keep failed test journals and other logs for 7 days
The default retention of 90 days seems a bit long, so drop it to 7 days.
1 parent 4becd5f commit 1731008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mkosi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ jobs:
194194
path: |
195195
build/test/journal/*.journal
196196
build/meson-logs/*
197+
retention-days: 7
197198

198199
- name: Archive packages
199200
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)