Bug 1801283 - Fix eslint-build tester running from cron, and make sure it doesn't run at other times. r=releng-reviewers,ahal
Differential Revision: https://phabricator.services.mozilla.com/D162385
This commit is contained in:
@@ -1398,5 +1398,5 @@ def target_tasks_eslint_build(full_task_graph, parameters, graph_config):
|
||||
for name, task in full_task_graph.tasks.items():
|
||||
if task.kind != "source-test":
|
||||
continue
|
||||
if name == "eslint-build":
|
||||
if "eslint-build" in name:
|
||||
yield name
|
||||
|
||||
Reference in New Issue
Block a user