Skip to content

Commit

Permalink
remove trailing ) and commars
Browse files Browse the repository at this point in the history
  • Loading branch information
f-gate committed Dec 6, 2023
1 parent be84264 commit 3896252
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 @@ -14,7 +14,7 @@ on:
- "**.md"
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_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 % ${#GCP_ZONES[@]}]}

jobs:
Expand Down

0 comments on commit 3896252

Please sign in to comment.