We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb30dee commit 7733a22Copy full SHA for 7733a22
.github/workflows/build.yml
@@ -15,7 +15,7 @@ on:
15
env:
16
CARGO_TERM_COLOR: always
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)]})
+ GCP_ZONE: ${GCP_ZONES[$((RANDOM % 8))]}
19
20
jobs:
21
check_branch:
0 commit comments