Skip to content

Commit 7733a22

Browse files
committed
fix
1 parent bb30dee commit 7733a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
env:
1616
CARGO_TERM_COLOR: always
1717
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)]})
18+
GCP_ZONE: ${GCP_ZONES[$((RANDOM % 8))]}
1919

2020
jobs:
2121
check_branch:

0 commit comments

Comments
 (0)