mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:17:32 +00:00
chore(workflow): exclude console dist folder from cache (#6414)
* empty line for test
* chore: exclude console dist folder from cache
(cherry picked from commit f03a9d03b6
)
This commit is contained in:
2
.github/workflows/console.yml
vendored
2
.github/workflows/console.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
timeout-minutes: 1
|
||||
id: cache
|
||||
with:
|
||||
key: console-${{ hashFiles('console', 'proto') }}
|
||||
key: console-${{ hashFiles('console', 'proto', '!console/dist') }}
|
||||
restore-keys: |
|
||||
console-
|
||||
path: ${{ env.cache_path }}
|
||||
|
Reference in New Issue
Block a user