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 ce2d367 commit 1095348Copy full SHA for 1095348
.github/workflows/contrib.yml
@@ -6,14 +6,9 @@ on:
6
- 'release/*'
7
pull_request:
8
9
-env:
10
- CORE_REPO_SHA: ${{ github.sha }}
11
- CONTRIB_REPO_SHA: main
12
- PIP_EXISTS_ACTION: w
13
-
14
jobs:
15
contrib_0:
16
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
17
with:
18
- CORE_REPO_SHA: ${{ env.CORE_REPO_SHA }}
19
- CONTRIB_REPO_SHA: ${{ env.CONTRIB_REPO_SHA }}
+ CORE_REPO_SHA: ${{ github.sha }}
+ CONTRIB_REPO_SHA: main
0 commit comments