diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index c308636..95c1c18 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 9:45 AM UTC, only on Tuesday and Wednesday schedule: - - cron: '40 20 * * 1,2' + - cron: '45 9 * * 2,3' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 3203cce..22f7e38 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 9:45 AM UTC, on day 10 of the month schedule: - - cron: '40 20 9 * *' + - cron: '45 9 10 * *' workflow_dispatch: permissions: {}