We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e795e commit 2a3908dCopy full SHA for 2a3908d
.github/workflows/python-eks-e2e-test.yml
@@ -57,8 +57,8 @@ jobs:
57
58
- uses: actions/checkout@v4
59
with:
60
- repository: 'aws-observability/aws-application-signals-test-framework'
61
- ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
+ #repository: 'aws-observability/aws-application-signals-test-framework'
+ #ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
62
fetch-depth: 0
63
64
# We initialize Gradlew Daemon early on during the workflow because sometimes initialization
0 commit comments