Update closing runner.

This commit is contained in:
Nicolas Patry 2023-07-11 10:34:47 +00:00
parent 3ef9d56847
commit 5562b510b3

View File

@ -90,7 +90,7 @@ jobs:
- load-tests - load-tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: 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 if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
steps: steps:
- name: Configure AWS credentials - name: Configure AWS credentials