Skip to content

Commit

Permalink
Bug 1678572 - A github-release shouldn't kick off releases if the bot…
Browse files Browse the repository at this point in the history
… made it (mozilla-mobile#16673)
  • Loading branch information
JohanLorenzo committed Nov 20, 2020
1 parent 302bd45 commit 4f2f814
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 @@ -104,7 +104,7 @@ tasks:
tasks_for in ["action", "cron"]
|| (tasks_for == "github-pull-request" && pullRequestAction in ["opened", "reopened", "synchronize"])
|| (tasks_for == "github-push" && head_branch[:10] != "refs/tags/") && (head_branch != "staging.tmp") && (head_branch != "trying.tmp")
|| (tasks_for == "github-release" && releaseAction == "published")
|| (tasks_for == "github-release" && releaseAction == "published" && (ownerEmail != "mozilla-release-automation-bot@users.noreply.github.com") && (ownerEmail != "mozilla-release-automation-bot-staging@users.noreply.github.com"))
then:
$let:
level:
Expand Down

0 comments on commit 4f2f814

Please sign in to comment.