Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
f-gate committed Dec 6, 2023
1 parent bb30dee commit 7733a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
CARGO_TERM_COLOR: always
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)
GCP_ZONE: ${GCP_ZONES[$((RANDOM % 8)]})
GCP_ZONE: ${GCP_ZONES[$((RANDOM % 8))]}

jobs:
check_branch:
Expand Down

0 comments on commit 7733a22

Please sign in to comment.