diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index 4c39dac..bfe49d6 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 Tuesday and Wednesday schedule: - - cron: '40 20 * * 0,1' + - cron: '50 22 * * 2,3' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 206df49..7e87395 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 7:35 PM UTC, on day 24 of the month schedule: - - cron: '40 20 1 * *' + - cron: '35 19 24 * *' workflow_dispatch: permissions: {}