From 61d65bf1d36194f901a0d42fa2b5d25d02693f90 Mon Sep 17 00:00:00 2001 From: "Randall E. Barker" Date: Tue, 15 Oct 2019 09:51:04 -0700 Subject: [PATCH] Ensure releases are only built once (#1965) --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 1b172e637..eea9141e1 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -112,7 +112,7 @@ tasks: # Triggered when a new release is tagged. Produces signed release APKs. # ############################################################################### - - $if: 'tasks_for == "github-release"' + - $if: 'tasks_for == "github-release" && event["action"] == "published"' then: provisionerId: 'aws-provisioner-v1' workerType: 'github-worker'