From 24e16cfc2d5688829e43a81cab91917f62e72034 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 5 Sep 2024 16:53:19 -0600 Subject: [PATCH] configs/ci: run on sunday / wednesday night --- configs/ci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/ci.nix b/configs/ci.nix index 6e36d78..8969dda 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 = "Mon,Thu 23:00"; + startAt = "Sun,Wed 23:00"; path = [ ]; } {