Skip to content

Fix CompatHelper cron schedule (hourly -> daily)#588

Open
ChrisRackauckas-Claude wants to merge 1 commit intoSciML:masterfrom
ChrisRackauckas-Claude:fix-compathelper-cron-schedule
Open

Fix CompatHelper cron schedule (hourly -> daily)#588
ChrisRackauckas-Claude wants to merge 1 commit intoSciML:masterfrom
ChrisRackauckas-Claude:fix-compathelper-cron-schedule

Conversation

@ChrisRackauckas-Claude
Copy link
Copy Markdown

Summary

  • Fix CompatHelper cron schedule from '00 * * * *' (every hour) to '00 00 * * *' (once daily at midnight UTC)

The missing hour field caused CompatHelper to run 24 times per day, creating massive workflow spam and wasting CI minutes.

Test plan

  • Verify CompatHelper runs only once per day after merge

🤖 Generated with Claude Code

The cron expression '00 * * * *' runs at minute 00 of every hour (24x/day).
Changed to '00 00 * * *' to run once daily at midnight UTC.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants