From 6e723117adc12bc50ef82fe5ecbb2e3f6024dc81 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Mon, 20 Apr 2020 11:25:37 +0200 Subject: [PATCH] Bug 1631014 - Do no trigger a new set of jobs when PR is edited (#10024) --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 5aa266a88..3ee243d5b 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -100,7 +100,7 @@ tasks: in: $if: > tasks_for in ["action", "cron"] - || (tasks_for == "github-pull-request" && pullRequestAction in ["opened", "reopened", "edited", "synchronize"]) + || (tasks_for == "github-pull-request" && pullRequestAction in ["opened", "reopened", "synchronize"]) || (tasks_for == "github-push" && head_branch[:10] != "refs/tags/") || (tasks_for == "github-release" && releaseAction == "published") then: