From 967038ac9e651e1923e658fa8f93276a25a89d34 Mon Sep 17 00:00:00 2001 From: Mark Botterill <97025274+markbotterill@users.noreply.github.com> Date: Fri, 10 May 2024 13:13:38 +0100 Subject: [PATCH] Only send weekly --- .github/workflows/send-slack-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send-slack-metrics.yml b/.github/workflows/send-slack-metrics.yml index 0b571aa2f95..4cdd81e8654 100644 --- a/.github/workflows/send-slack-metrics.yml +++ b/.github/workflows/send-slack-metrics.yml @@ -2,7 +2,7 @@ name: Send Slack Metrics # NB This only works on the default (prod) branch on: schedule: - - cron: '0 12 * * *' + - cron: '0 9 * * 5' jobs: deploy: