mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix the WPT update (#29996)
- No longer issue the bors-servo r+ comment as we use the merge queue now. - Explicitly trigger all layout tests so that results are generated.
This commit is contained in:
parent
befc0f5a5b
commit
c86faae371
3 changed files with 3 additions and 61 deletions
3
.github/workflows/scheduled-wpt-import.yml
vendored
3
.github/workflows/scheduled-wpt-import.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
uses: ./.github/workflows/linux.yml
|
||||
with:
|
||||
wpt: 'sync'
|
||||
layout: 'all'
|
||||
unit-tests: false
|
||||
|
||||
sync:
|
||||
|
@ -72,4 +73,4 @@ jobs:
|
|||
)
|
||||
gh pr create \
|
||||
--title "Sync WPT with upstream (${{ env.CURRENT_DATE }})" \
|
||||
--body "$BODY" --head ${{ env.UPDATE_BRANCH }} | xargs gh pr comment $1 --body "@bors-servo r+"
|
||||
--body "$BODY" --head ${{ env.UPDATE_BRANCH }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue