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 032e06c commit 3972900Copy full SHA for 3972900
.github/workflows/contrib.yml
@@ -8,6 +8,7 @@ on:
8
9
jobs:
10
contrib_0:
11
- uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
+ uses: emdneto/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@fix-core-contrib-test
12
with:
13
CORE_REPO_SHA: ${{ github.sha }}
14
+ CONTRIB_REPO_SHA: main
0 commit comments