-
-
Notifications
You must be signed in to change notification settings - Fork 757
chore(ci): skip diff action for doc-only changes #12437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for rspack canceled.
|
Rsdoctor Bundle Diff AnalysisFound 5 project(s) in monorepo. 📁 react-10kPath:
📦 Download Diff Report: react-10k Bundle Diff 📁 react-1kPath:
📦 Download Diff Report: react-1k Bundle Diff 📁 react-5kPath:
📦 Download Diff Report: react-5k Bundle Diff 📁 ui-componentsPath:
📦 Download Diff Report: ui-components Bundle Diff 📁 romePath:
📦 Download Diff Report: rome Bundle Diff Generated by Rsdoctor GitHub Action |
CodSpeed Performance ReportMerging #12437 will not alter performanceComparing Summary
Footnotes |
|
👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR optimizes the CI Diff workflow by skipping execution when changes only affect documentation files (Markdown files and the website directory). It also renames the job from "demo-test" to "diff-projects" to better reflect its purpose of benchmarking and diffing projects.
Key changes:
- Add
paths-ignoreconfiguration to skip workflow for Markdown and website-only changes - Rename job from "demo-test" to "diff-projects" with updated display name "Diff Benchmark Projects"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📦 Binary Size-limit
🙈 Size remains the same at 48.20MB |
Summary
chore(ci): optimize the diff action
When the change is in website or is md files, do not execute this diff pipeline.
Related links
Checklist