mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
disable fail-fast in GAR job
This commit is contained in:
parent
1b9eabaee5
commit
e954031d3e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/gar-cleanup.yml
vendored
1
.github/workflows/gar-cleanup.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
region: [us, europe, asia]
|
region: [us, europe, asia]
|
||||||
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Cloud SDK
|
- name: Set up Cloud SDK
|
||||||
uses: google-github-actions/setup-gcloud@master
|
uses: google-github-actions/setup-gcloud@master
|
||||||
|
|
Loading…
Add table
Reference in a new issue