From 72e2a7559e4461757760664f3069e0113e12ba90 Mon Sep 17 00:00:00 2001 From: Mario Castro Squella Date: Fri, 5 Jul 2024 09:11:48 -0400 Subject: [PATCH] Update re_test-integration-azure.yml Related to #1540, change the Azure region from East US to East US 2. --- .github/workflows/re_test-integration-azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/re_test-integration-azure.yml b/.github/workflows/re_test-integration-azure.yml index 5e0c4c3f3..9d8b0f4c9 100644 --- a/.github/workflows/re_test-integration-azure.yml +++ b/.github/workflows/re_test-integration-azure.yml @@ -7,7 +7,7 @@ on: workflow_call: inputs: azure-region: - default: 'East US' + default: 'East US 2' required: false type: string azure-publisher-email: