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:
Martin Robinson 2023-07-14 01:15:41 +02:00 committed by GitHub
parent befc0f5a5b
commit c86faae371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 61 deletions

View file

@ -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 }}"