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

@@ -40,6 +40,7 @@ jobs:
uses: actions/cache/restore@v3
id: cache
timeout-minutes: 1
continue-on-error: true
name: restore previous results
with:
key: unit-test-${{ inputs.core_cache_key }}