aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2024-05-31 06:01:46 +0200
committerGitHub <noreply@github.com>2024-05-31 04:01:46 +0000
commitd92c2915526d8f72cb0b2284c3cb22fc9009406d (patch)
treea6b32f248ed5077ad71830e4d1b809fd052a9762 /.github
parentfb6f6d27888eef9f5d1bdec2dada0a9abea72db4 (diff)
downloadservo-d92c2915526d8f72cb0b2284c3cb22fc9009406d.tar.gz
servo-d92c2915526d8f72cb0b2284c3cb22fc9009406d.zip
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index fa42e96593a..20ec16e5ea4 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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: