Disabled the CRON (nightly build) job.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2020-12-17 17:08:04 +01:00 committed by Akos Kitta
parent 258b1e903e
commit 1b6d9eccdc

View File

@ -10,8 +10,8 @@ on:
pull_request:
branches:
- master
schedule:
- cron: '0 3 * * *' # run every day at 3AM (https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
# schedule:
# - cron: '0 3 * * *' # run every day at 3AM (https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
jobs: