CI - Move cron to 1 per day

This commit is contained in:
kat witch 2021-07-06 14:43:08 +01:00
parent 6efdd26c56
commit b204b47974
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
3 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@ with lib; {
inherit paths;
};
schedule = [ {
cron = "0 */6 * * *";
cron = "0 0 * * *";
} ];
};
};