do not restore core- cache

This commit is contained in:
Livio Spring
2024-09-04 16:34:25 +02:00
committed by GitHub
parent 086bcff198
commit acb78238d2

View File

@@ -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 }}