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

Commit

Permalink
Ensure releases are only built once (#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin committed Oct 16, 2019
1 parent aad7012 commit f856c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f856c03

Please sign in to comment.