From 389625233b9816e7e00701debc8c5e26a81f9f0c Mon Sep 17 00:00:00 2001 From: f-gate Date: Wed, 6 Dec 2023 09:50:42 +0000 Subject: [PATCH] remove trailing ) and commars --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e72a4f6f..f18fd28a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: