configs/ci: run on sunday / wednesday night

This commit is contained in:
Aaron Bieber 2024-09-05 16:53:19 -06:00
parent d7465760f2
commit 24e16cfc2d
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 = "Mon,Thu 23:00";
startAt = "Sun,Wed 23:00";
path = [ ];
}
{