From 22165a65124fb8c87cd517c0807b1b33f31bfae3 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 31 Jan 2024 15:19:11 +1300 Subject: [PATCH] MNT Run module-standardiser --- .github/workflows/dispatch-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: