Skip to content

Commit

Permalink
Ensure the wheel-building workflow runs if it's changed.
Browse files Browse the repository at this point in the history
Otherwise, PRs that touch *only* the workflow file aren't tested on the workflow, and might break it.
  • Loading branch information
obi1kenobi committed Nov 26, 2024
1 parent 64c0c68 commit 06bba9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_langsmith_pyo3_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ on:
- "rust/**"
- "vendor/orjson/**"
- "vendor/pyo3/**"
- ".github/workflows/build_langsmith_pyo3_wheels.yml"
pull_request:
paths:
- "rust/**"
- "vendor/orjson/**"
- "vendor/pyo3/**"
- ".github/workflows/build_langsmith_pyo3_wheels.yml"
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 06bba9d

Please sign in to comment.