From ea01dd6344720bbaa19c8bd523e4d51dcd3435f2 Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Tue, 12 May 2026 16:48:37 +0200 Subject: [PATCH] higher task priority for PRs to merge from firefox to enterprise-firefox --- .taskcluster.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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: