Execute nightly at 3AM (in place of 1AM)
This commit is contained in:
parent
022f657cd7
commit
bcb16d34ef
|
@ -5,7 +5,7 @@ on:
|
||||||
tags:
|
tags:
|
||||||
- r_[0-9]+
|
- r_[0-9]+
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 1 * * *'
|
- cron: '0 3 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Windows:
|
Windows:
|
||||||
|
|
Loading…
Reference in New Issue