Skip to content

Commit 2a3908d

Browse files
committed
Comments out remote repo to pick up the changes from the fork
1 parent 09e795e commit 2a3908d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
5858
- uses: actions/checkout@v4
5959
with:
60-
repository: 'aws-observability/aws-application-signals-test-framework'
61-
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
60+
#repository: 'aws-observability/aws-application-signals-test-framework'
61+
#ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
6262
fetch-depth: 0
6363

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

0 commit comments

Comments
 (0)