diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index beb7c4f..e219e85 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 4:00 PM and 5:00 PM + # At 1:05 PM UTC, only on Sunday and Monday schedule: - - cron: '0 16,17 * * *' + - cron: '5 13 * * 0,1' jobs: dispatch-ci: