From 24cbb5b7cfde78788e623ec55e1deb7986103c81 Mon Sep 17 00:00:00 2001 From: Awen Lelu Date: Wed, 12 Nov 2025 13:22:12 +0100 Subject: [PATCH] updated cache settings --- .gitea/workflows/deploy.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c9b3c13..3be4d18 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -27,10 +27,6 @@ jobs: purge-prefixes: nix-${{ runner.os }}- # created more than this number of seconds ago purge-created: 60000 - # or, last accessed more than this number of seconds ago - # relative to the start of the `Post Restore and save Nix store` phase - purge-last-accessed: 0 - # except any version with the key that is the same as the `primary-key` purge-primary-key: never - name: Install SSH key uses: shimataro/ssh-key-action@v2