mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #23605 - servo:jdm-patch-28, r=SimonSapin
Always create a WPT update task. This fixes #23603. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23605) <!-- Reviewable:end -->
This commit is contained in:
commit
e100af57a5
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ def update_wpt():
|
||||||
./etc/ci/update-wpt-checkout open-pr
|
./etc/ci/update-wpt-checkout open-pr
|
||||||
./etc/ci/update-wpt-checkout cleanup
|
./etc/ci/update-wpt-checkout cleanup
|
||||||
""")
|
""")
|
||||||
.find_or_create("wpt_update." + CONFIG.task_id())
|
.create()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue