From 529ef8eeb8555fd1f6e215fa45a99be6d0fc3a08 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Wed, 17 Aug 2022 16:10:24 +0200 Subject: [PATCH] Bug 1783690 - part 13: Don't schedule PR graphs to make green in upcoming bug 1786535 --- mobile/android/.taskcluster.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/android/.taskcluster.yml b/mobile/android/.taskcluster.yml index 9daeee12a646..8618003d0400 100644 --- a/mobile/android/.taskcluster.yml +++ b/mobile/android/.taskcluster.yml @@ -118,7 +118,6 @@ tasks: in: $if: > tasks_for in ["action", "cron"] - || (tasks_for == "github-pull-request" && pullRequestAction in ["opened", "reopened", "synchronize"]) || (tasks_for == "github-push" && head_ref[:10] != "refs/tags/" && head_ref != "staging.tmp" && head_ref != "trying.tmp") && (head_ref[:8] != "mergify/") then: $let: -- 2.11.4.GIT