Revert "deployerbot: run twice a week"

This reverts commit 3da5c76ea3.
This commit is contained in:
Motiejus Jakštys 2024-08-24 20:27:41 +03:00
parent 3da5c76ea3
commit 9b637a59e9
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
systemd.timers.deployerbot = { systemd.timers.deployerbot = {
description = "deployerbot-main timer"; description = "deployerbot-main timer";
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
timerConfig.OnCalendar = "Mon,Thu *-*-* 23:30:00 UTC"; timerConfig.OnCalendar = "*-*-* 23:30:00 UTC";
}; };
mj.base.unitstatus.units = [ "deployerbot" ]; mj.base.unitstatus.units = [ "deployerbot" ];