Commit ee842524 authored by Julien Cristau's avatar Julien Cristau
Browse files

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
parent 236729d2
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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: