ci: allow restore errors (#6740)

This commit is contained in:
Silvan
2023-10-17 17:53:00 +02:00
committed by GitHub
parent 3bbcc3434a
commit fb2bd15780
4 changed files with 4 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ jobs:
-
uses: actions/cache/restore@v3
timeout-minutes: 1
continue-on-error: true
id: cache
with:
key: console-${{ hashFiles('console', 'proto', '!console/dist') }}