mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 21:17:23 +00:00
ci: allow restore errors (#6740)
This commit is contained in:
parent
3bbcc3434a
commit
fb2bd15780
1
.github/workflows/console.yml
vendored
1
.github/workflows/console.yml
vendored
@ -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') }}
|
||||
|
1
.github/workflows/core-integration-test.yml
vendored
1
.github/workflows/core-integration-test.yml
vendored
@ -56,6 +56,7 @@ jobs:
|
||||
uses: actions/cache/restore@v3
|
||||
id: cache
|
||||
timeout-minutes: 1
|
||||
continue-on-error: true
|
||||
name: restore previous results
|
||||
with:
|
||||
key: integration-test-postgres-${{ inputs.core_cache_key }}
|
||||
|
1
.github/workflows/core-unit-test.yml
vendored
1
.github/workflows/core-unit-test.yml
vendored
@ -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 }}
|
||||
|
1
.github/workflows/core.yml
vendored
1
.github/workflows/core.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
||||
-
|
||||
uses: actions/cache/restore@v3
|
||||
timeout-minutes: 1
|
||||
continue-on-error: true
|
||||
id: cache
|
||||
with:
|
||||
key: core-${{ hashFiles( 'go.*', 'openapi', 'cmd', 'pkg/grpc/**/*.go', 'proto', 'internal') }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user