set schedule on 04:00 for build nightly builds
This commit is contained in:
parent
ba33979dfe
commit
c3417dfca0
3 changed files with 3 additions and 3 deletions
2
.github/workflows/ci_linux.yml
vendored
2
.github/workflows/ci_linux.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '*/5 * * * *'
|
||||
- cron: '0 4 * * *'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
build_mode:
|
||||
|
|
2
.github/workflows/ci_macos.yml
vendored
2
.github/workflows/ci_macos.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '*/5 * * * *'
|
||||
- cron: '0 4 * * *'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
build_mode:
|
||||
|
|
2
.github/workflows/ci_windows.yml
vendored
2
.github/workflows/ci_windows.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '*/5 * * * *'
|
||||
- cron: '0 4 * * *'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
build_mode:
|
||||
|
|
Loading…
Reference in a new issue