From d92c2915526d8f72cb0b2284c3cb22fc9009406d Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Fri, 31 May 2024 06:01:46 +0200 Subject: [PATCH] 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. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: