Run the Layout 2020 build in the main workflow

This commit is contained in:
Martin Robinson 2023-03-23 10:55:58 +01:00
parent be6e25a1b2
commit 4fa2b7c822

View file

@ -184,6 +184,8 @@ jobs:
with:
name: release-binary
path: target.tar.gz
- name: Release build (Layout 2020)
run: python3 ./mach build --release --with-layout-2020
linux-wpt:
if: contains(fromJSON('["auto", "try", "try-wpt"]'), github.ref_name)