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 4d9d3c9 commit fde2b8cCopy full SHA for fde2b8c
.github/workflows/contrib.yml
@@ -5,11 +5,10 @@ on:
5
branches-ignore:
6
- 'release/*'
7
pull_request:
8
-env:
9
- FOO: "bar"
+
10
jobs:
11
contrib_0:
12
- uses: emdneto/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@fix-uv
+ uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
13
with:
14
CORE_REPO_SHA: ${{ github.sha }}
15
- CONTRIB_REPO_SHA: main
+ CONTRIB_REPO_SHA: emdneto/opentelemetry-python-contrib@fix-uv
0 commit comments