From c88ec32eb6a121506e7bb8f64e2e80a5668dc228 Mon Sep 17 00:00:00 2001 From: George Taylor Date: Mon, 30 Sep 2024 09:53:59 +0100 Subject: [PATCH] Update concierge-to-slack.yml --- .github/workflows/concierge-to-slack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/concierge-to-slack.yml b/.github/workflows/concierge-to-slack.yml index 6d6ff42..3a2bfc0 100644 --- a/.github/workflows/concierge-to-slack.yml +++ b/.github/workflows/concierge-to-slack.yml @@ -3,7 +3,7 @@ name: Post Concierge to Slack on: schedule: # Run 9am UTC every weekday - - cron: "0 10 * * 1-5" + - cron: "0 9 * * 1-5" workflow_dispatch: jobs: