diff --git a/decision-task.py b/decision-task.py index 068f8def12c..a07959a58c3 100644 --- a/decision-task.py +++ b/decision-task.py @@ -7,6 +7,7 @@ import taskcluster task_id = taskcluster.slugId() payload = { "taskGroupId": os.environ["DECISION_TASK_ID"], + "dependencies": [os.environ["DECISION_TASK_ID"]], "provisionerId": "aws-provisioner-v1", "workerType": "github-worker", "created": taskcluster.fromNowJSON(""),