2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] Bug 1628413 - part 3: Enable Nightlies only 3 times a week

This commit is contained in:
Johan Lorenzo 2020-04-16 15:56:51 +02:00 committed by Emily Kager
parent 94515941cf
commit 9d0db6a5f0

View File

@ -19,7 +19,10 @@ jobs:
type: decision-task type: decision-task
treeherder-symbol: Nd-gp treeherder-symbol: Nd-gp
target-tasks-method: nightly-on-google-play 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 - name: fennec-beta
job: job:
type: decision-task type: decision-task