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 a0ab30b commit 4972fddCopy full SHA for 4972fdd
.github/workflows/contrib.yml
@@ -3,11 +3,15 @@ name: Core Contrib Test
3
on:
4
push:
5
branches-ignore:
6
- - 'release/*'
+ - 'release/*'
7
pull_request:
8
9
+env:
10
+ CORE_REPO_SHA: ${{ github.sha }}
11
+ CONTRIB_REPO_SHA: main
12
+
13
jobs:
14
contrib_0:
- uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
15
+ uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@${{ env.CONTRIB_REPO_SHA }}
16
with:
- CORE_REPO_SHA: ${{ github.sha }}
17
+ CORE_REPO_SHA: ${{ env.CORE_REPO_SHA }}
0 commit comments