Skip to content

Commit 599f93d

Browse files
authored
Support Python E2E test remote call from main build (#47)
* Support Python E2E test remote call from main build
1 parent eba5b3c commit 599f93d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/application-signals-python-e2e-ec2-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v4
4141
with:
42+
repository: ${{ inputs.caller-workflow-name == 'main-build' && 'aws-observability/aws-application-signals-test-framework' || github.repository }}
43+
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
4244
fetch-depth: 0
4345

4446
- name: Generate testing id

.github/workflows/application-signals-python-e2e-eks-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
with:
44+
repository: ${{ inputs.caller-workflow-name == 'main-build' && 'aws-observability/aws-application-signals-test-framework' || github.repository }}
45+
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
4446
fetch-depth: 0
4547

4648
- name: Download enablement script

0 commit comments

Comments
 (0)