Skip to content

Commit 032e06c

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

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/contrib.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ 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-
139
jobs:
1410
contrib_0:
15-
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@${{ env.CONTRIB_REPO_SHA }}
11+
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
1612
with:
17-
CORE_REPO_SHA: ${{ env.CORE_REPO_SHA }}
13+
CORE_REPO_SHA: ${{ github.sha }}

0 commit comments

Comments
 (0)