Skip to content

Commit f7a4433

Browse files
committed
update maven regions
1 parent acc0c86 commit f7a4433

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/java-ec2-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: ./.github/workflows/java-ec2-default-retry.yml
3434
secrets: inherit
3535
with:
36-
aws-region: 'us-east-1'
36+
aws-region: 'us-east-2'
3737
caller-workflow-name: 'appsignals-e2e-ec2-maven-canary-test'
3838
otel-source: 'maven'
3939
java-version: '11'

.github/workflows/python-ec2-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: ./.github/workflows/python-ec2-default-retry.yml
3434
secrets: inherit
3535
with:
36-
aws-region: 'us-east-1'
36+
aws-region: 'us-east-2'
3737
caller-workflow-name: 'appsignals-python-e2e-ec2-pypi-canary-test'
3838
python-version: '3.9'
3939
otel-source: 'pypi'

0 commit comments

Comments
 (0)