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 abe894c commit 47c9820Copy full SHA for 47c9820
.github/workflows/main_build.yml
@@ -102,7 +102,7 @@ jobs:
102
# Application Signals specific e2e tests for ec2
103
application-signals-python-e2e-ec2-test:
104
needs: [ build ]
105
- uses: aws-observability/aws-application-signals-test-framework/.github/workflows/application-signals-python-e2e-ec2-test.yml@main
+ uses: aws-observability/aws-application-signals-test-framework/.github/workflows/application-signals-python-e2e-ec2-default-test.yml@main
106
secrets: inherit
107
with:
108
aws-region: ${{ needs.build.outputs.aws_default_region }}
0 commit comments