From 0a8ea7fa7555543e31d84276f9c0238c1a14cf17 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Thu, 26 Sep 2019 17:16:32 +0200 Subject: [PATCH] Bug 1580778 - Fix nightly schedule which was only once a day --- .cron.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cron.yml b/.cron.yml index 24d107e03..fdc0e07ac 100644 --- a/.cron.yml +++ b/.cron.yml @@ -9,8 +9,9 @@ jobs: type: decision-task treeherder-symbol: Nd target-tasks-method: nightly - when: [{hour: 6, minute: 0}] - when: [{hour: 18, minute: 0}] + when: + - {hour: 6, minute: 0} + - {hour: 18, minute: 0} - name: raptor job: type: decision-task