You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to catch breakage caused by external changes, the project's GitHub Actions workflows have a schedule event
trigger.
Previously, all the triggers were configured to trigger at the same time. It seems that this might cause spurious
workflow run failures due to rate limiting or anti-DDoS systems. In order to avoid that, the triggers are configured to
occur at various times.
0 commit comments