ci: reduce workflow triggering to cron schedule#9207
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
WalkthroughThe pull request updates the repository dispatch workflow file, changing the trigger mechanism from push events on main and next branches to a scheduled cron job executing at midnight on Mondays, Wednesdays, and Fridays. The build versioning reference in the WASM step is updated to use 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Comment |
Summary
We decided internally to trigger the dispatch event with a cron job so we don't spend too many resources.
We can still trigger it manually if needed.
Did with an AI agent.
Test Plan
yolo, and merge it
Docs