Skip to content

Stop triggering Rust CI on C source changes#2925

Merged
soutaro merged 1 commit intoruby:masterfrom
Shopify:disable-rust-ci
Apr 7, 2026
Merged

Stop triggering Rust CI on C source changes#2925
soutaro merged 1 commit intoruby:masterfrom
Shopify:disable-rust-ci

Conversation

@soutaro
Copy link
Copy Markdown
Member

@soutaro soutaro commented Apr 7, 2026

Summary

  • Remove include/** and src/** from the pull_request.paths filter in the Rust CI workflow
  • The Rust code no longer depends on the C source in this repository, so these path triggers are unnecessary

Test plan

  • Verify the workflow file change only removes the two path entries
  • Confirm Rust CI no longer triggers on PRs that only change C source files

🤖 Generated with Claude Code

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) <noreply@anthropic.com>
@soutaro soutaro added the no-milestone This PR doesn't associate with a milestone. label Apr 7, 2026
@soutaro
Copy link
Copy Markdown
Member Author

soutaro commented Apr 7, 2026

Rust jobs are running because the rust.yml is changed.

@soutaro soutaro merged commit bda92fb into ruby:master Apr 7, 2026
28 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-milestone This PR doesn't associate with a milestone.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant