ci: stagger timing a bit

This commit is contained in:
Aaron Bieber 2023-02-04 07:12:41 -07:00
parent 36494c1bea
commit 77b2072ebe
No known key found for this signature in database

View File

@ -4,13 +4,13 @@ let
{
name = "xin-ci-update";
script = "cd ~/src/xin && ./ci update";
startAt = "daily";
startAt = "00,12:00:00";
path = [ ];
}
{
name = "xin-ci";
script = "cd ~/src/xin && ./ci";
startAt = "hourly";
startAt = "*:30:00";
path = [ ];
}
];