From 0965220c6db28cbaf7caddc251d3031a3c7f6986 Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Wed, 29 Apr 2026 17:48:54 +1000 Subject: [PATCH] hanging at 64% deploying again, trying zone c --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e495aec..a754012a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -212,7 +212,7 @@ jobs: env: TF_VAR_project: ${{ vars.RELEASE_TESTS_GCP_PROJECT }} TF_VAR_region: europe-west4 - TF_VAR_zone: europe-west4-b + TF_VAR_zone: europe-west4-c TF_PLUGIN_CACHE_DIR: /home/runner/.terraform.d/plugin-cache STORAGEDOCKERIMAGE: ${{ github.ref_type == 'tag' && format('logosstorage/logos-storage-nim:{0}-dist-tests', github.ref_name) || 'logosstorage/logos-storage-nim:latest-dist-tests' }} TEST_TYPE: release-tests