From 55e58288d8737fb20d15fc645ad2de6442c9489c Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 8 Feb 2024 12:09:37 +0100 Subject: [PATCH] AutoML: Reschedule to run on day times --- .github/workflows/ml-automl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ml-automl.yml b/.github/workflows/ml-automl.yml index 3b40735d..0ffa0366 100644 --- a/.github/workflows/ml-automl.yml +++ b/.github/workflows/ml-automl.yml @@ -17,9 +17,9 @@ on: # Allow job to be triggered manually. workflow_dispatch: - # Run job each night after CrateDB nightly has been published. + # AutoML runs work best on day times. schedule: - - cron: '0 6 * * *' + - cron: '0 10 * * *' # Cancel in-progress jobs when pushing to the same branch. concurrency: