diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index 4c39dac..45c33e4 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 Sunday and Monday + # At 10:50 PM UTC, only on Wednesday and Thursday schedule: - - cron: '40 20 * * 0,1' + - cron: '50 22 * * 3,4' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 206df49..c0ceddb 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 1 of the month + # At 10:50 PM UTC, on day 11 of the month schedule: - - cron: '40 20 1 * *' + - cron: '50 22 11 * *' workflow_dispatch: permissions: {}