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:
Livio Spring 2023-08-22 07:31:41 +02:00
parent ccb92b3c8d
commit 637caba8a0
No known key found for this signature in database
GPG Key ID: 26BB1C2FA5952CF0

View File

@ -32,7 +32,7 @@ jobs:
timeout-minutes: 1 timeout-minutes: 1
id: cache id: cache
with: with:
key: console-${{ hashFiles('console', 'proto') }} key: console-${{ hashFiles('console', 'proto', '!console/dist') }}
restore-keys: | restore-keys: |
console- console-
path: ${{ env.cache_path }} path: ${{ env.cache_path }}