From f85c961db47b2dcb70215247625b56e020b388ee Mon Sep 17 00:00:00 2001 From: Artur Czepiel Date: Thu, 24 Jul 2025 14:51:24 +0200 Subject: [PATCH] disable board standup ping --- deploy/playbooks/04_cron.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/deploy/playbooks/04_cron.yml b/deploy/playbooks/04_cron.yml index ffe6078..506f0ba 100644 --- a/deploy/playbooks/04_cron.yml +++ b/deploy/playbooks/04_cron.yml @@ -19,10 +19,12 @@ hour: "7" job: "make prod/cron/pretix" - - name: "Schedule standup message on Monday morning" - ansible.builtin.cron: - name: "Send a standup message" - minute: "5" - hour: "9" - weekday: "1" - job: "make prod/cron/standup" + # NOTE(artcz): Commented out for now, to rest a bit after the conference :) + # Let's bring it back in a few weeks :) + #- name: "Schedule standup message on Monday morning" + # ansible.builtin.cron: + # name: "Send a standup message" + # minute: "5" + # hour: "9" + # weekday: "1" + # job: "make prod/cron/standup"