Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gaba
fenix
Commits
507d20ac
Unverified
Commit
507d20ac
authored
Nov 20, 2020
by
Johan Lorenzo
Committed by
GitHub
Nov 20, 2020
Browse files
Bug 1678572 - A github-release shouldn't kick off releases if the bot made it (#16674)
parent
670e61b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.taskcluster.yml
View file @
507d20ac
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment