From 18d2ef38042d2536aae2a983abe7099aa5d3f023 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 13 May 2024 07:25:38 -0600 Subject: [PATCH] configs/ci: only update on sunday night --- configs/ci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/ci.nix b/configs/ci.nix index c7d90c0..c4adb5f 100644 --- a/configs/ci.nix +++ b/configs/ci.nix @@ -12,7 +12,7 @@ let name = "xin-ci-update"; user = "qbit"; script = "cd ~/src/xin && ./bin/ci update"; - startAt = "23:00"; + startAt = "Sun 23:00"; path = [ ]; } {