From 520813e0b1c0088e35f06f2a09d43c9e2ae8414c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 27 Apr 2024 13:32:32 +0100 Subject: [PATCH] do not purge cache as it errors --- .gitea/workflows/build.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2062ff83..79708ee8 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -20,14 +20,6 @@ jobs: # collect garbage until Nix store size (in bytes) is at most this number # before trying to save a new cache gc-max-store-size-linux: 1073741824 - # do purge caches - purge: true - # purge all versions of the cache - purge-prefixes: cache-${{ runner.os }}- - # created more than this number of seconds ago relative to the start of the `Post Restore` phase - purge-created: 0 - # except the version with the `primary-key`, if it exists - purge-primary-key: never - name: Metadata run: | nix flake metadata