diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index c308636..2b2634f 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 8:40 PM UTC, only on Monday and Tuesday + # At 3:15 PM UTC, only on Monday and Tuesday schedule: - - cron: '40 20 * * 1,2' + - cron: '15 15 * * 1,2' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 3203cce..e4a32b7 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,9 +1,9 @@ name: Keepalive on: - # At 8:40 PM UTC, on day 9 of the month + # At 12:00 PM UTC, on day 9 of the month schedule: - - cron: '40 20 9 * *' + - cron: '0 12 9 * *' workflow_dispatch: permissions: {}