From 8ed994492163459b25922e62530b0390d36149d2 Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Fri, 22 Oct 2021 09:39:30 -0400 Subject: [PATCH] Ignore github-release events in Taskcluster There are no more known use cases for watching them now that we use Ship It for releases, and they sometimes cause issues such as https://github.com/mozilla-mobile/fenix/issues/20815. --- .taskcluster.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 9b647d4e76..ee90a6fa40 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -104,7 +104,6 @@ tasks: tasks_for in ["action", "cron"] || (tasks_for == "github-pull-request" && pullRequestAction in ["opened", "reopened", "synchronize"]) || (tasks_for == "github-push" && head_branch[:10] != "refs/tags/") && (head_branch != "staging.tmp") && (head_branch != "trying.tmp") && (head_branch[:8] != "mergify/") - || (tasks_for == "github-release" && releaseAction == "published" && (ownerEmail != "mozilla-release-automation-bot@users.noreply.github.com") && (ownerEmail != "mozilla-release-automation-bot-staging@users.noreply.github.com")) then: $let: level: