Change github workflows to not compile legacy layout (#35946)

Since it will be removed in #35943

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-03-12 23:09:21 +01:00 committed by GitHub
parent 1c60c0b62e
commit e2daeeaceb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 5 additions and 36 deletions

View file

@ -51,7 +51,7 @@ on:
wpt-layout:
required: false
type: choice
options: ["none", "2013", "2020", "all"]
options: ["none", "2020", "all"]
unit-tests:
required: false
default: false
@ -216,17 +216,6 @@ jobs:
wpt-args: ${{ inputs.wpt-args }}
secrets: inherit
wpt-2013:
if: ${{ inputs.wpt-layout == '2013' || inputs.wpt-layout == 'all' }}
name: MacOS WPT (Legacy)
needs: ["build"]
uses: ./.github/workflows/mac-wpt.yml
with:
profile: ${{ inputs.profile }}
wpt-layout: "layout-2013"
wpt-args: ${{ inputs.wpt-args }}
secrets: inherit
bencher:
needs: ["build"]
if: ${{ inputs.bencher && inputs.profile != 'debug' && github.event_name != 'workflow_dispatch' && github.event_name != 'merge_group' }}