Always create a WPT update task.

This commit is contained in:
Josh Matthews 2019-06-21 16:05:15 -07:00 committed by GitHub
parent 97ad913dc2
commit fc6f6bdda7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()
)