Skip to content

Commit 0af1c4b

Browse files
hyperpolymathclaude
andcommitted
ci(chapel): include src/rust/dispatch.rs in path filter
dispatch.rs now carries the L2 Wave 1 ChapelParallelSearch wiring (d01a33b), so changes to it can affect the Chapel parallel path. Adding it to the chapel-ci.yml path filter means future dispatch.rs edits trigger the Chapel accelerator workflow (Chapel build + Zig FFI + Rust --features chapel tests) rather than relying on collateral workflows to catch regressions in that path. Also: pushes that touch Cargo.toml already re-trigger Chapel CI, so this closes the last structural hole for the now-wired dispatch → ChapelParallelSearch → Zig FFI → Chapel pipeline. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d01a33b commit 0af1c4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/chapel-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
paths:
77
- 'src/zig_ffi/**'
88
- 'src/rust/proof_search.rs'
9+
- 'src/rust/dispatch.rs'
910
- 'chapel_poc/**'
1011
- 'Cargo.toml'
1112
- '.github/workflows/chapel-ci.yml'
1213
pull_request:
1314
paths:
1415
- 'src/zig_ffi/**'
1516
- 'src/rust/proof_search.rs'
17+
- 'src/rust/dispatch.rs'
1618
- 'chapel_poc/**'
1719
- 'Cargo.toml'
1820
- '.github/workflows/chapel-ci.yml'

0 commit comments

Comments
 (0)