From ee842524f6551fc7a8b3cde047d3c12b76d42a0a Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 22 Mar 2024 13:36:46 +0000 Subject: [PATCH] Bug 1887009 - reduce android nightly frequency to once every 24 hours. r=dmeehan DONTBUILD Review times on google play appear to be longer than normal at the moment. Differential Revision: https://phabricator.services.mozilla.com/D205445 --- .cron.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cron.yml b/.cron.yml index 01d0a62352e5..7a9ac89a45f5 100644 --- a/.cron.yml +++ b/.cron.yml @@ -29,7 +29,7 @@ jobs: - mozilla-central when: by-project: - mozilla-central: [{hour: 10, minute: 0}, {hour: 22, minute: 0}] + mozilla-central: [{hour: 22, minute: 0}] # No default - name: nightly-desktop @@ -40,7 +40,8 @@ jobs: include-push-tasks: true run-on-projects: - mozilla-central - when: [] # never (hook only) + when: + - [{hour: 10, minute: 0}] - name: nightly-desktop-linux job: