From 8f2e97c84fa319c84dd7367901e8d48bae547d03 Mon Sep 17 00:00:00 2001 From: Awen Lelu Date: Fri, 14 Nov 2025 22:24:37 +0100 Subject: [PATCH] test --- .gitea/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c2b83ff..2e0b4ac 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -20,6 +20,7 @@ jobs: # if there's no cache hit, restore a cache by this prefix restore-prefixes-first-match: nix-${{ runner.os }}- purge: true + gc-max-store-size: 5G purge-prefixes: nix-${{ runner.os }}- purge-created: 60000 purge-primary-key: never