From 06bba9d666e90dc3a2046bf8f6089445c959acac Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Tue, 26 Nov 2024 23:33:27 +0000 Subject: [PATCH] Ensure the wheel-building workflow runs if it's changed. Otherwise, PRs that touch *only* the workflow file aren't tested on the workflow, and might break it. --- .github/workflows/build_langsmith_pyo3_wheels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_langsmith_pyo3_wheels.yml b/.github/workflows/build_langsmith_pyo3_wheels.yml index a9383522a..3e8225070 100644 --- a/.github/workflows/build_langsmith_pyo3_wheels.yml +++ b/.github/workflows/build_langsmith_pyo3_wheels.yml @@ -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: