diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index 9eb2f23..ffeb1d3 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 Tuesday and Wednesday + # At 9:45 AM UTC, only on Thursday and Friday schedule: - - cron: '15 15 * * 2,3' + - cron: '45 9 * * 4,5' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 411e9f6..a1f3aa3 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 24 of the month + # At 6:30 AM UTC, on day 19 of the month schedule: - - cron: '15 15 24 * *' + - cron: '30 6 19 * *' workflow_dispatch: permissions: {}