From cdade63249c899a25d071492ad440226a0fde6d4 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Wed, 24 Apr 2019 14:53:35 -0400 Subject: [PATCH] Add to decision_task.py --- automation/taskcluster/decision_task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/taskcluster/decision_task.py b/automation/taskcluster/decision_task.py index f52b6a1e7..38b2f6080 100644 --- a/automation/taskcluster/decision_task.py +++ b/automation/taskcluster/decision_task.py @@ -91,6 +91,7 @@ def pr_or_push(is_push): BUILDER.craft_ktlint_task, BUILDER.craft_lint_task, BUILDER.craft_compare_locales_task, + BUILDER.craft_dependencies_task, ): other_tasks[taskcluster.slugId()] = craft_function()