From ada765d25f25b092f115db5d9bacf039cdc68ad6 Mon Sep 17 00:00:00 2001 From: Lilian Date: Sun, 2 Nov 2025 20:54:53 +0100 Subject: [PATCH] Only rebuild pre-built containers once per month --- build-containers.timer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-containers.timer b/build-containers.timer index 7e94554..806f8ab 100644 --- a/build-containers.timer +++ b/build-containers.timer @@ -2,8 +2,8 @@ Description=Rebuild Forgejo Actions containers [Timer] -# every two weeks (1st and 15th of the month) -OnCalendar=*-*-1,15 03:00:00 +# every month (on 1st of the month) +OnCalendar=*-*-1 03:00:00 Persistent=true RandomizedDelaySec=2h