Merge pull request #842 from mozilla/taskcluster-updates

This commit is contained in:
Jan-Erik Rediger 2020-04-23 16:42:38 +02:00 коммит произвёл GitHub
Родитель 45bdc83957 3f000b1dfa
Коммит 70c448ceb3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -10,7 +10,7 @@ tasks:
- $let:
taskgraph:
branch: taskgraph
revision: f949fb56d96b9509b071ba55853f2d60e8dbbf57
revision: a8366f88fc8b35b284ad550358c89ec10133fb42
trustDomain: glean
in:
$let:
@ -80,7 +80,9 @@ tasks:
then: ${event.action}
else: 'UNDEFINED'
in:
$if: 'tasks_for == "github-pull-request" && pullRequestAction in ["opened", "reopened", "edited", "synchronize"]'
$if: >
(tasks_for == "github-pull-request" && pullRequestAction in ["opened", "reopened", "synchronize"])
|| (tasks_for == "github-push" && head_branch[:10] != "refs/tags/")
then:
$let:
level: