ci: 不足していたパターンをon.pull_request.pathsに追加#1274
Conversation
CodSpeed Performance ReportMerging this PR will not alter performanceComparing
|
There was a problem hiding this comment.
Pull request overview
This PR adds missing path patterns to GitHub Actions workflow trigger configurations based on insights from issue #1272. The changes ensure workflows are triggered when relevant dependency files and configurations are modified.
Key changes:
- Added Gradle build file pattern to Java linting workflow
- Added Rust toolchain and cargo config paths to downloader build workflow
- Expanded benchmark workflow triggers to include macro crates, models, and core Rust configuration
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/java_lint.yml |
Added lib/build.gradle to trigger the workflow when the library-specific Gradle build configuration changes |
.github/workflows/download_test.yml |
Added commented-out patterns for Rust toolchain files to maintain consistency with active workflows (already disabled) |
.github/workflows/build_and_deploy_downloader.yml |
Added .cargo/config.toml and .github/actions/rust-toolchain-from-file/** to ensure workflow runs when Rust build configuration or toolchain setup changes |
.github/workflows/benchmarks.yml |
Added paths for cargo config, macro crate sources, model files, and rust-toolchain to capture all dependencies affecting benchmark results |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
内容
#1272 で得られた気付きをもとに、足りてなかったと思われるパターンを埋める。