Merge pull request #772 from kiwix/unsync-ci-cd
Execute nightly at 3AM (in place of 1AM)
This commit is contained in:
commit
889e931a99
|
@ -5,7 +5,7 @@ on:
|
|||
tags:
|
||||
- r_[0-9]+
|
||||
schedule:
|
||||
- cron: '0 1 * * *'
|
||||
- cron: '0 3 * * *'
|
||||
|
||||
jobs:
|
||||
Windows:
|
||||
|
|
Loading…
Reference in New Issue