Skip to content

Commit 45b3650

Browse files
committed
Swtich back to ga-python branch.
1 parent 8b5d9ad commit 45b3650

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v4
4242
with:
4343
repository: aws-observability/aws-application-signals-test-framework
44-
ref: ga-python-migrated
44+
ref: ga-python
4545

4646
- name: Set CW Agent RPM environment variable
4747
run: echo GET_CW_AGENT_RPM_COMMAND="aws s3api get-object --bucket private-cloudwatch-agent-apm-beta --key linux_amd64/amazon-cloudwatch-agent.rpm cw-agent.rpm" >> $GITHUB_ENV

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
- uses: actions/checkout@v4
4343
with:
4444
repository: aws-observability/aws-application-signals-test-framework
45-
ref: ga-python-migrated
46-
fetch-depth: 0
45+
ref: ga-python
4746

4847
- name: Download enablement script
4948
uses: ./.github/workflows/actions/execute_and_retry

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Test - Python
99
on:
1010
push:
1111
branches:
12-
- ga-python-migrated
12+
- ga-python
1313
workflow_dispatch:
1414

1515
permissions:

0 commit comments

Comments
 (0)