From d519cf10c8ac974a7bdffea0f8305c72a09ea0c7 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Thu, 16 Apr 2020 15:56:51 +0200 Subject: [PATCH] Bug 1628413 - part 3: Enable Nightlies only 3 times a week --- .cron.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.cron.yml b/.cron.yml index d111a1189..3242d39a3 100644 --- a/.cron.yml +++ b/.cron.yml @@ -19,7 +19,10 @@ jobs: type: decision-task treeherder-symbol: Nd-gp target-tasks-method: nightly-on-google-play - when: [] # Manual push only + when: + - {weekday: Monday, hour: 6, minute: 0} + - {weekday: Wednesday, hour: 6, minute: 0} + - {weekday: Friday, hour: 6, minute: 0} - name: fennec-beta job: type: decision-task