From acb78238d21e74bf9e2117e7ffcc0b025843ba11 Mon Sep 17 00:00:00 2001 From: Livio Spring Date: Wed, 4 Sep 2024 16:34:25 +0200 Subject: [PATCH] do not restore `core- cache` --- .github/workflows/core.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 79aa6ddd1d6..4db7fb8aaa3 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -46,8 +46,6 @@ jobs: id: cache with: key: core-${{ hashFiles( 'go.*', 'openapi', 'cmd', 'pkg/grpc/**/*.go', 'proto', 'internal') }} - restore-keys: | - core- path: ${{ env.cache_path }} - if: ${{ steps.cache.outputs.cache-hit != 'true' }} @@ -80,4 +78,4 @@ jobs: with: key: ${{ steps.cache.outputs.cache-primary-key }} path: ${{ env.cache_path }} - \ No newline at end of file +