diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index b412fe1..3a4e85f 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 3:15 PM UTC, only on Wednesday and Thursday + # At 10:50 AM UTC, only on Wednesday and Thursday schedule: - - cron: '15 15 * * 3,4' + - cron: '50 10 * * 3,4' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index b68baff..a7172cd 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,9 +1,9 @@ name: Keepalive on: - # At 3:15 PM UTC, on day 4 of the month + # At 7:35 AM UTC, on day 4 of the month schedule: - - cron: '15 15 4 * *' + - cron: '35 7 4 * *' workflow_dispatch: permissions: {}