File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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+
914jobs :
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 }}
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments