diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index f2597ae..a5a4db1 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 4:20 PM UTC, only on Friday and Saturday + # At 8:40 AM UTC, only on Wednesday and Thursday schedule: - - cron: '20 16 * * 5,6' + - cron: '40 8 * * 3,4' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 743269a..9151d81 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,9 +1,9 @@ name: Keepalive on: - # At 4:20 PM UTC, on day 13 of the month + # At 5:25 AM UTC, on day 18 of the month schedule: - - cron: '20 16 13 * *' + - cron: '25 5 18 * *' workflow_dispatch: permissions: {}