diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index a7f3603..7fa06e6 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 1:05 PM UTC, only on Sunday and Monday + # At 6:30 AM UTC, only on Saturday and Sunday schedule: - - cron: '5 13 * * 0,1' + - cron: '30 6 * * 6,0' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 48da99b..3285460 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,9 +1,9 @@ name: Keepalive on: - # At 1:05 PM UTC, on day 22 of the month + # At 3:15 AM UTC, on day 28 of the month schedule: - - cron: '5 13 22 * *' + - cron: '15 3 28 * *' workflow_dispatch: permissions: {}