From fc6f6bdda76d3a1c951531812700cd9aec86b548 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 21 Jun 2019 16:05:15 -0700 Subject: [PATCH] Always create a WPT update task. --- etc/taskcluster/decision_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index d150fdcdbe6..2b0a79a2696 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -535,7 +535,7 @@ def update_wpt(): ./etc/ci/update-wpt-checkout open-pr ./etc/ci/update-wpt-checkout cleanup """) - .find_or_create("wpt_update." + CONFIG.task_id()) + .create() )