From 125e5f93aff5da2d39c117bc462681ebdc0bec83 Mon Sep 17 00:00:00 2001 From: veilor-org Date: Sat, 2 May 2026 07:21:44 +0100 Subject: [PATCH] ci: drop ISO artifact retention from 14 to 3 days MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hit GitHub Actions artifact storage quota (50GB Pro tier) at 26 artifacts × ~2.7GB = 42GB. Each push burns ~2.7GB; 14d retention + frequent iteration = inevitable quota exhaustion. 3-day retention covers QEMU + spare-laptop test cycles. For long-term keep, attach to GH Releases on tag (PR #2 will wire that). --- .github/workflows/build-iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-iso.yml b/.github/workflows/build-iso.yml index 9fa1cbd..ad2f397 100644 --- a/.github/workflows/build-iso.yml +++ b/.github/workflows/build-iso.yml @@ -173,7 +173,7 @@ jobs: path: | build/out/*.iso build/out/*.sha256 - retention-days: 14 + retention-days: 3 - name: Upload build log on failure if: failure()