mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
ci: every 6 hours now, public repo no time limit
This commit is contained in:
parent
4d6cf96ed0
commit
057d2acf73
2 changed files with 2 additions and 2 deletions
2
.github/workflows/niv-update.yml
vendored
2
.github/workflows/niv-update.yml
vendored
|
|
@ -89,4 +89,4 @@ jobs:
|
|||
name: niv-update
|
||||
'on':
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
- cron: 0 */6 * * *
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ with lib; {
|
|||
gh-actions = {
|
||||
on = {
|
||||
schedule = [ {
|
||||
cron = "0 0 * * *";
|
||||
cron = "0 */6 * * *";
|
||||
} ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue