Skip to content

Commit

Permalink
switching branches temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakerMohd committed Nov 21, 2024
1 parent d690cf1 commit 8a2bea1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ec2-asg-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: aws-observability/aws-application-signals-test-framework
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'dotnetE2ERouteFix' || github.ref }}
fetch-depth: 0

- name: Initiate Gradlew Daemon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ec2-default-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: 'aws-observability/aws-application-signals-test-framework'
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'dotnetE2ERouteFix' || github.ref }}
fetch-depth: 0

- name: Initiate Gradlew Daemon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ec2-nuget-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: 'aws-observability/aws-application-signals-test-framework'
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'dotnetE2ERouteFix' || github.ref }}
fetch-depth: 0

- name: Initiate Gradlew Daemon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ec2-windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: 'aws-observability/aws-application-signals-test-framework'
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'dotnetE2ERouteFix' || github.ref }}
fetch-depth: 0

- name: Initiate Gradlew Daemon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-eks-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: 'aws-observability/aws-application-signals-test-framework'
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'dotnetE2ERouteFix' || github.ref }}
fetch-depth: 0

- name: Initiate Gradlew Daemon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-eks-windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: 'aws-observability/aws-application-signals-test-framework'
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'dotnetE2ERouteFix' || github.ref }}
fetch-depth: 0

- name: Initiate Gradlew Daemon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-k8s-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: 'aws-observability/aws-application-signals-test-framework'
ref: ${{ env.CALLER_WORKFLOW_NAME == 'main-build' && 'main' || github.ref }}
ref: ${{ env.CALLER_WORKFLOW_NAME == 'main-build' && 'dotnetE2ERouteFix' || github.ref }}
fetch-depth: 0

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

0 comments on commit 8a2bea1

Please sign in to comment.