ci: remove path filters from required workflows#1622
Conversation
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
Test Evidence CheckIf this PR changes user-facing behavior, visual proof (screen recording or screenshot) is required. PRs without applicable visual documentation may not be reviewed until provided. You can add it by:
|
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions “Build - All Platforms” workflow triggers so the required build checks are always created for pull requests targeting main, avoiding merges being blocked by missing required check contexts.
Changes:
- Removed
paths-ignorefilters from thepull_requesttrigger. - Removed
paths-ignorefilters from thepushtrigger.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📝 WalkthroughWalkthroughRemoved path-based ignores from CI workflow triggers in two GitHub Actions files, causing workflows to run for previously-ignored path changes; also enabled concurrency cancellation for in-progress runs in the debug workflow. Changes
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This FE bump has no code changes (on the FE side), just to have desktop-dist.zip available ## Summary - bump `config.frontend.version` in `package.json` from `1.39.17` to `1.39.18` - keep this PR scoped to the frontend version bump only ## Merge Order - merge after #1622 - merge before #1619 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-1623-chore-bump-frontend-version-to-1-39-18-3126d73d365081e1880dd61b18dbca34) by [Unito](https://www.unito.io) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Version updated to 1.39.18 <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Summary
paths-ignorefilters fromBuild - All Platformsworkflow triggers in.github/workflows/debug_all.ymlpaths-ignorefilters from lint/typecheck workflow triggers in.github/workflows/ci.yamlmain, avoiding blocked merges due to missing check contextsTesting
Summary by CodeRabbit
┆Issue is synchronized with this Notion page by [Unito]