From 5562b510b325879889a5378bd3efd941b63bc8c9 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 11 Jul 2023 10:34:47 +0000 Subject: [PATCH] Update closing runner. --- .github/workflows/load_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/load_test.yaml b/.github/workflows/load_test.yaml index 4789059b..fd22e395 100644 --- a/.github/workflows/load_test.yaml +++ b/.github/workflows/load_test.yaml @@ -90,7 +90,7 @@ jobs: - load-tests runs-on: ubuntu-latest env: - AWS_REGION: us-east-1 + AWS_REGION: eu-central-1 if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs steps: - name: Configure AWS credentials