increase update attempt rate.
This commit is contained in:
parent
11871fc506
commit
e50d61faf4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ on:
|
|||
branches:
|
||||
- "**"
|
||||
schedule:
|
||||
- cron: "30 2 * * *" # not to frequent, GitHub only allows a few pulls per hour
|
||||
- cron: "30 2/6 * * *" # not to frequent, GitHub only allows a few pulls per hour
|
||||
|
||||
jobs:
|
||||
nix build:
|
||||
|
|
Loading…
Reference in a new issue