Skip to content

Commit

Permalink
Fix jinnsdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 16, 2024
1 parent b2168fe commit 5e7a3ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def get_contrib_jobs_data(tox_envs: list) -> list:
contrib_jobs_data = []

tox_contrib_env_regex = re_compile(
r"py38-contrib-(?P<name>[-\w]+\w)-?(?P<contrib_requirements>\d+)?"
r"py38-test-(?P<name>[-\w]+\w)-?(?P<contrib_requirements>\d+)?"
)

for tox_env in tox_envs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: {{ job.ui_name }}
runs-on: ubuntu-latest
steps:
- name: Checkout Contrib Repo @ SHA - ${{% raw %}{ env.CONTRIB_REPO_SHA }}{% endraw %}
- name: Checkout Contrib Repo @ SHA - ${% raw %}{{ env.CONTRIB_REPO_SHA }}{% endraw %}
uses: actions/checkout@v4
with:
repository: open-telemetry/opentelemetry-python-contrib
Expand Down

0 comments on commit 5e7a3ea

Please sign in to comment.