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

@ -29,9 +29,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: wpt-full-logs-linux-layout-2013
- uses: actions/download-artifact@v4
with:
name: wpt-full-logs-linux-layout-2020
@ -55,9 +52,7 @@ jobs:
export CURRENT_DATE=$(date +"%d-%m-%Y")
echo $CURRENT_DATE
echo "CURRENT_DATE=$CURRENT_DATE" >> $GITHUB_ENV
./mach update-wpt linux-layout-2013/raw/*.log --legacy-layout
./mach update-wpt linux-layout-2020/raw/*.log
git add tests/wpt/meta tests/wpt/meta-legacy-layout
git commit -a --amend -s --no-edit
- name: Push changes
uses: ad-m/github-push-action@master