Skip to content

Commit bb30dee

Browse files
committed
randomly select gcp zone
1 parent b70fedf commit bb30dee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ on:
1414
- "**.md"
1515
env:
1616
CARGO_TERM_COLOR: always
17-
GCP_ZONE: europe-west3
17+
GCP_ZONES: (europe-central2-a, europe-central2-b, europe-central2-c, europe-north1-a, europe-north1-b, europe-north1-c, europe-west1-b, europe-west1-c)
18+
GCP_ZONE: ${GCP_ZONES[$((RANDOM % 8)]})
1819

1920
jobs:
2021
check_branch:

0 commit comments

Comments
 (0)