From a0fe3e9242e40fe67f860a29750b8e9f94b905a5 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Tue, 7 Apr 2026 22:22:29 +0900 Subject: [PATCH] Stop triggering Rust CI on C source changes The Rust code no longer depends on the C source in this repository, so remove `include/**` and `src/**` from the pull_request path filter in the Rust workflow. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/rust.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 47afd4d83..0960cfa1d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -8,8 +8,6 @@ on: paths: - ".github/workflows/rust.yml" - "rust/**" - - "include/**" - - "src/**" env: RUSTFLAGS: "-D warnings"