Skip to content

fix(ci): correct build-iso-all cron schedule to run monthly#37

Merged
castrojo merged 1 commit intomainfrom
fix/build-iso-all-cron
Mar 7, 2026
Merged

fix(ci): correct build-iso-all cron schedule to run monthly#37
castrojo merged 1 commit intomainfrom
fix/build-iso-all-cron

Conversation

@castrojo
Copy link
Copy Markdown
Contributor

@castrojo castrojo commented Mar 7, 2026

Problem

The cron schedule "0 3 1 1" in build-iso-all.yml only fires on January 1st that also falls on a Tuesday — effectively never.

Fix

Changed to "0 3 1 * *" so it runs on the 1st of every month at 03:00 UTC, consistent with the schedule in build-iso-stable.yml.

Closes ublue-os/bluefin#4262 (partial — the stale production ISOs and missing torrent files still need a manual promote-iso run)

The previous cron '0 3 1 1' only fires on January 1st that falls on a
Tuesday, which is effectively never. Fix it to '0 3 1 * *' to run on
the 1st of every month at 03:00 UTC, consistent with build-iso-stable.yml.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. area/iso ISO build and installation tooling kind/automation CI/CD workflows and scripts labels Mar 7, 2026
@castrojo castrojo merged commit c89ba14 into main Mar 7, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/iso ISO build and installation tooling kind/automation CI/CD workflows and scripts size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant