From e4d4bff783b4b637405eaa42d6c15a9ac62a8377 Mon Sep 17 00:00:00 2001 From: Mihai Tabara Date: Wed, 8 May 2019 18:22:39 +0100 Subject: [PATCH] Bug 1547928 - ensure release graphs are not triggered but for publishing events (#2347) --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 4eee64d92..dcbb262c7 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'}