diff --git a/.taskcluster.yml b/.taskcluster.yml index 3ad8512b78d80..8d5c79c8c81fa 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -516,9 +516,12 @@ tasks: # between levels; "low" is the highest priority available at all levels, and # nothing runs at any higher priority on these workerTypes. $switch: - 'eventType == "cron"': "low" - 'eventType == "action"': "lowest" - $default: "very-low" + $if: 'ref[:22] == "main-merge_"' + then: "low" + else: + 'eventType == "cron"': "low" + 'eventType == "action"': "lowest" + $default: "very-low" retries: 5 payload: