set schedule on 04:00 for build nightly builds

This commit is contained in:
Igor Korsukov 2020-10-04 13:33:10 +02:00
parent ba33979dfe
commit c3417dfca0
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ on:
branches:
- master
schedule:
- cron: '*/5 * * * *'
- cron: '0 4 * * *'
workflow_dispatch:
inputs:
build_mode:

View file

@ -5,7 +5,7 @@ on:
branches:
- master
schedule:
- cron: '*/5 * * * *'
- cron: '0 4 * * *'
workflow_dispatch:
inputs:
build_mode:

View file

@ -5,7 +5,7 @@ on:
branches:
- master
schedule:
- cron: '*/5 * * * *'
- cron: '0 4 * * *'
workflow_dispatch:
inputs:
build_mode: