From 9508326263f2b88edd36986474dcb28e19105cca Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 26 Mar 2024 10:58:46 -0400 Subject: [PATCH] Only run issue sync during working hours --- configs/systemd/user/sync-guru-issues.timer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/systemd/user/sync-guru-issues.timer b/configs/systemd/user/sync-guru-issues.timer index 39419ac..7a3b66e 100644 --- a/configs/systemd/user/sync-guru-issues.timer +++ b/configs/systemd/user/sync-guru-issues.timer @@ -2,7 +2,7 @@ Description = Sync Guru GitLab issues to Trello [Timer] -OnCalendar = hourly +OnCalendar = Mon..Fri *-*-* 9..17:0,30:0 Persistent = true [Install]