mirror of
https://github.com/containers/podman.git
synced 2026-07-25 22:47:15 -04:00
As documented on github running jobs at the top of the hour and I guess especially at midnight has the chance to get dropped as to many jobs are started around that time for the github workers to handle. I observed that happening today: "No server is currently available to service your request." https://github.com/podman-container-tools/podman/actions/runs/29709422226 So to fix that just move our cron time to some under "random" time during the night. https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#schedule Signed-off-by: Paul Holzinger <pholzing@redhat.com>