chore: ignore secondary cache keys

This commit is contained in:
Livio Spring
2025-08-21 20:11:21 +02:00
parent 85fee76f69
commit e09d83f7f6
2 changed files with 0 additions and 4 deletions

View File

@@ -34,8 +34,6 @@ jobs:
id: cache
with:
key: console-${{ hashFiles('console', 'proto', '!console/dist') }}
restore-keys: |
console-
path: ${{ env.cache_path }}
-
if: ${{ steps.cache.outputs.cache-hit != 'true' }}

View File

@@ -42,8 +42,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' }}