Skip to content

Commit 1095348

Browse files
committed
rollback changes in contrib
Signed-off-by: emdneto <[email protected]>
1 parent ce2d367 commit 1095348

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/contrib.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ on:
66
- 'release/*'
77
pull_request:
88

9-
env:
10-
CORE_REPO_SHA: ${{ github.sha }}
11-
CONTRIB_REPO_SHA: main
12-
PIP_EXISTS_ACTION: w
13-
149
jobs:
1510
contrib_0:
1611
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
1712
with:
18-
CORE_REPO_SHA: ${{ env.CORE_REPO_SHA }}
19-
CONTRIB_REPO_SHA: ${{ env.CONTRIB_REPO_SHA }}
13+
CORE_REPO_SHA: ${{ github.sha }}
14+
CONTRIB_REPO_SHA: main

0 commit comments

Comments
 (0)