reduce frequency of check-offline-blogs CI job
We want to run the normal fetch often, to avoid too long delays until we publish updates.
However, check-offline-jobs gets quite noisy if we run it every hour. Each breakage usually takes a week or so to fix, and that's a lot of reports about failures to spam the inbox of those of us who subscribe.
So we should consider splitting the pipeline in two, and only running the check-offline-jobs step something like once per day, perhaps...?
This would generally reduce the amount of load on the CI runners as well.