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 +