Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit f856c03

Browse files
committed
Ensure releases are only built once (#1965)
1 parent aad7012 commit f856c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ tasks:
112112
# Triggered when a new release is tagged. Produces signed release APKs.
113113
#
114114
###############################################################################
115-
- $if: 'tasks_for == "github-release"'
115+
- $if: 'tasks_for == "github-release" && event["action"] == "published"'
116116
then:
117117
provisionerId: 'aws-provisioner-v1'
118118
workerType: 'github-worker'

0 commit comments

Comments
 (0)