Add pull request types to unit test workflow#911
Conversation
|
No actionable comments were generated in the recent review. 🎉 WalkthroughThe pull request modifies the GitHub Actions workflow configuration to explicitly specify pull request trigger types (opened, synchronize, reopened, ready_for_review) for the unit test workflow, replacing implicit default behavior. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 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 |
High Level Overview of Change
Fix unit test trigger, so PR raised by release pipeline can be triggered when converted to "Ready for review"
Context of Change
Type of Change
Did you update CHANGELOG.md?
Test Plan