diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index 5c4f8f3..b594f0d 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 Friday and Saturday + # At 4:20 AM UTC, only on Sunday and Monday schedule: - - cron: '5 13 * * 5,6' + - cron: '20 4 * * 0,1' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index b105b38..3b4b184 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 6 of the month + # At 1:05 AM UTC, on day 22 of the month schedule: - - cron: '5 13 6 * *' + - cron: '5 1 22 * *' workflow_dispatch: permissions: {}