We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc0c86 commit f7a4433Copy full SHA for f7a4433
.github/workflows/java-ec2-canary.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: ./.github/workflows/java-ec2-default-retry.yml
34
secrets: inherit
35
with:
36
- aws-region: 'us-east-1'
+ aws-region: 'us-east-2'
37
caller-workflow-name: 'appsignals-e2e-ec2-maven-canary-test'
38
otel-source: 'maven'
39
java-version: '11'
.github/workflows/python-ec2-canary.yml
uses: ./.github/workflows/python-ec2-default-retry.yml
caller-workflow-name: 'appsignals-python-e2e-ec2-pypi-canary-test'
python-version: '3.9'
otel-source: 'pypi'
0 commit comments