From 24a4110e378055e808c7adede573a13404fb7e2f Mon Sep 17 00:00:00 2001 From: Mihai Tabara Date: Wed, 8 May 2019 18:22:39 +0100 Subject: [PATCH] [fenix] Bug 1547928 - ensure release graphs are not triggered but for publishing events (https://github.com/mozilla-mobile/fenix/pull/2347) --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 4eee64d927..dcbb262c72 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -168,7 +168,7 @@ tasks: metadata: name: Fenix - Decision task description: Schedules the build and test tasks for Fenix. - - $if: 'tasks_for == "github-release"' + - $if: 'tasks_for == "github-release" && event["action"] == "published"' then: $mergeDeep: - {$eval: 'default_task_definition'}