ci: every 6 hours now, public repo no time limit

This commit is contained in:
kat witch 2021-05-18 13:51:14 +01:00
parent 4d6cf96ed0
commit 057d2acf73
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 2 additions and 2 deletions

View file

@ -89,4 +89,4 @@ jobs:
name: niv-update
'on':
schedule:
- cron: 0 0 * * *
- cron: 0 */6 * * *

View file

@ -9,7 +9,7 @@ with lib; {
gh-actions = {
on = {
schedule = [ {
cron = "0 0 * * *";
cron = "0 */6 * * *";
} ];
};
};