Skip to content

Commit ba64169

Browse files
authored
disable board standup ping (#40)
1 parent f041fcf commit ba64169

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

deploy/playbooks/04_cron.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@
1919
hour: "7"
2020
job: "make prod/cron/pretix"
2121

22-
- name: "Schedule standup message on Monday morning"
23-
ansible.builtin.cron:
24-
name: "Send a standup message"
25-
minute: "5"
26-
hour: "9"
27-
weekday: "1"
28-
job: "make prod/cron/standup"
22+
# NOTE(artcz): Commented out for now, to rest a bit after the conference :)
23+
# Let's bring it back in a few weeks :)
24+
#- name: "Schedule standup message on Monday morning"
25+
# ansible.builtin.cron:
26+
# name: "Send a standup message"
27+
# minute: "5"
28+
# hour: "9"
29+
# weekday: "1"
30+
# job: "make prod/cron/standup"

0 commit comments

Comments
 (0)