diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3b088a..0b65d9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,10 @@ jobs: - 'benches/**' - 'Cargo.toml' - 'Cargo.lock' + # A workflow-only change would otherwise skip every job here, + # including the one being changed - so CI edits would ship + # unexercised. + - '.github/workflows/**' rust_checks: name: Rust Checks