Skip to content

Commit 4972fdd

Browse files
authored
Update contrib.yml
1 parent a0ab30b commit 4972fdd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/contrib.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ name: Core Contrib Test
33
on:
44
push:
55
branches-ignore:
6-
- 'release/*'
6+
- 'release/*'
77
pull_request:
88

9+
env:
10+
CORE_REPO_SHA: ${{ github.sha }}
11+
CONTRIB_REPO_SHA: main
12+
913
jobs:
1014
contrib_0:
11-
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 }}
1216
with:
13-
CORE_REPO_SHA: ${{ github.sha }}
17+
CORE_REPO_SHA: ${{ env.CORE_REPO_SHA }}

0 commit comments

Comments
 (0)