Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThe Chromatic workflow configuration has been updated to add a repository-level guard condition. The workflow job now includes an additional check to ensure it executes only when the repository is exactly "npmx-dev/npmx.dev". The existing logic that handles pull request events—either running on non-pull-request events or when the pull request head repository matches the target repository—is preserved. This change restricts the Chromatic job execution scope whilst maintaining the previous event-type handling behaviour. Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 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 |
|
fixed by #1679 |
🔗 Linked issue
resolves #1683
🧭 Context
To prevent error emails caused by workflow failures when the repository is forked.
📚 Description