]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Configure lower retention limit for package artifacts 32433/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 23 Apr 2024 09:58:44 +0000 (11:58 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 23 Apr 2024 09:58:44 +0000 (11:58 +0200)
This is more than 0.5G per job, so let's drop the retention to
4 days to make sure we don't hit github's limits.

.github/workflows/mkosi.yml

index 616e7172e7338f061c49823a713c9f180e8c43c5..4bd33179b0a78beb7b2e90ad3856fda6263a3abb 100644 (file)
@@ -204,3 +204,4 @@ jobs:
           build/mkosi.output/*.deb
           build/mkosi.output/*.ddeb
           build/mkosi.output/*.pkg.tar
+        retention-days: 4