try how it kinda should work (let's see if this works)
This commit is contained in:
parent
6e50445f50
commit
b5ac0646ce
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ on:
|
|||
branches:
|
||||
- '**'
|
||||
schedule:
|
||||
- cron: '40 12 * * *' # not to frequent, GitHub only allows a few pulls per hour
|
||||
- cron: '50 12 * * *' # not to frequent, GitHub only allows a few pulls per hour
|
||||
|
||||
jobs:
|
||||
nix build:
|
||||
|
|
Loading…
Reference in a new issue