mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
ci: Disable legacy layout tests when landing PRs (#32405)
This disables Layout 2013 checks when landing PRs. This means that results might get out of sync for 2013, but they should be updated weekly during WPT imports.
This commit is contained in:
parent
fb6f6d2788
commit
d92c291552
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
uses: ./.github/workflows/linux.yml
|
||||
with:
|
||||
unit-tests: true
|
||||
wpt-layout: ${{ github.event_name == 'pull_request' && 'none' || 'all' }}
|
||||
wpt-layout: ${{ github.event_name == 'pull_request' && 'none' || '2020' }}
|
||||
secrets: inherit
|
||||
|
||||
build-android:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue