mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
CI - Move cron to 1 per day
This commit is contained in:
parent
6efdd26c56
commit
b204b47974
3 changed files with 6 additions and 6 deletions
|
|
@ -21,7 +21,7 @@ with lib; {
|
|||
inherit paths;
|
||||
};
|
||||
schedule = [ {
|
||||
cron = "0 */6 * * *";
|
||||
cron = "0 0 * * *";
|
||||
} ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue