From 622c99981339e3b3745ce92d58900f5bf513d8fe Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Wed, 25 Sep 2024 18:18:15 +0200 Subject: [PATCH] reduce cache --- .github/workflows/cleanup_caches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup_caches.yml b/.github/workflows/cleanup_caches.yml index 971f64933c65d3..945d3b2b1b0446 100644 --- a/.github/workflows/cleanup_caches.yml +++ b/.github/workflows/cleanup_caches.yml @@ -52,7 +52,7 @@ jobs: - name: Cleanup ccache uses: ./.github/actions/cache/cleanup with: - cache-size: 500 + cache-size: 100 max-cache-size: 750 cache-path: ${{ env.CCACHE_PATH }} recursive: true