chore: Change cron schedule for ISO upload to monthly#57
Conversation
No need to build these every week
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions workflow schedule for building/uploading stable ISOs so it runs monthly instead of weekly, reducing unnecessary recurring builds.
Changes:
- Changed the
schedulecron trigger from weekly (Wednesdays) to monthly (5th day of the month) at 03:00 UTC.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Up to standards ✅🟢 Issues
|
renner0e
left a comment
There was a problem hiding this comment.
SGTM, maybe it would make sense to do this on the first monday of the month, so we get an old (6d) tested image instead or right after the stable images published of that week
That would need some kind of check then in the beginning of the job. Don't think we can do that just with cron or can we?` These would go to the testing bucket anyway first so I was thinking we could just do a quick test on VM that it works and then promote it? We can easily change the day to the first of the month |
Yeah it's not super important anyway, but yeah definitely keep the manual promotion |
No need to build these every week