Skip to content

Commit ce2d367

Browse files
committed
update core-contrib-test
Signed-off-by: emdneto <[email protected]>
1 parent a754fb3 commit ce2d367

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/contrib.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ 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+
914
jobs:
1015
contrib_0:
1116
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
1217
with:
13-
CORE_REPO_SHA: ${{ github.sha }}
14-
CONTRIB_REPO_SHA: main
18+
CORE_REPO_SHA: ${{ env.CORE_REPO_SHA }}
19+
CONTRIB_REPO_SHA: ${{ env.CONTRIB_REPO_SHA }}

.github/workflows/generate_workflows.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
r"(?P<name>[-\w]+\w)-?(?P<test_requirements>\d+)?"
1414
)
1515
_tox_lint_env_regex = re_compile(r"lint-(?P<name>[-\w]+)")
16-
# _tox_lint_other_regex = re_compile(r"(ruff|)")
1716
_tox_contrib_env_regex = re_compile(
1817
r"py38-test-(?P<name>[-\w]+\w)-?(?P<contrib_requirements>\d+)?"
1918
)

0 commit comments

Comments
 (0)