configs/ci: only update on sunday night

This commit is contained in:
Aaron Bieber 2024-05-13 07:25:38 -06:00
parent 15c898c303
commit 18d2ef3804
No known key found for this signature in database

View File

@ -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 = [ ];
}
{