mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-11 18:53:41 +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 f03a9d03b640c6ede89348922e136c210939288d)
This commit is contained in:
parent
ccb92b3c8d
commit
637caba8a0
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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user