Skip to content

Commit 171ef6d

Browse files
committed
Revert "temporary branch change"
This reverts commit cf3fbe9.
1 parent 851341b commit 171ef6d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/dotnet-ec2-asg-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
with:
5555
repository: aws-observability/aws-application-signals-test-framework
56-
ref: dotnetE2ERouteFix
56+
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
5757
fetch-depth: 0
5858

5959
- name: Initiate Gradlew Daemon

.github/workflows/dotnet-ec2-default-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
with:
5555
repository: 'aws-observability/aws-application-signals-test-framework'
56-
ref: dotnetE2ERouteFix
56+
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
5757
fetch-depth: 0
5858

5959
- name: Initiate Gradlew Daemon

.github/workflows/dotnet-ec2-nuget-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
with:
5555
repository: 'aws-observability/aws-application-signals-test-framework'
56-
ref: dotnetE2ERouteFix
56+
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
5757
fetch-depth: 0
5858

5959
- name: Initiate Gradlew Daemon

.github/workflows/dotnet-ec2-windows-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
with:
5555
repository: 'aws-observability/aws-application-signals-test-framework'
56-
ref: dotnetE2ERouteFix
56+
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
5757
fetch-depth: 0
5858

5959
- name: Initiate Gradlew Daemon

.github/workflows/dotnet-eks-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v4
6060
with:
6161
repository: 'aws-observability/aws-application-signals-test-framework'
62-
ref: dotnetE2ERouteFix
62+
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
6363
fetch-depth: 0
6464

6565
- name: Initiate Gradlew Daemon

.github/workflows/dotnet-eks-windows-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v4
6262
with:
6363
repository: 'aws-observability/aws-application-signals-test-framework'
64-
ref: dotnetE2ERouteFix
64+
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
6565
fetch-depth: 0
6666

6767
- name: Initiate Gradlew Daemon

.github/workflows/dotnet-k8s-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v4
6565
with:
6666
repository: 'aws-observability/aws-application-signals-test-framework'
67-
dotnetE2ERouteFix
67+
ref: ${{ env.CALLER_WORKFLOW_NAME == 'main-build' && 'main' || github.ref }}
6868
fetch-depth: 0
6969

7070
# We initialize Gradlew Daemon early on during the workflow because sometimes initialization

0 commit comments

Comments
 (0)