Run Playwright tests on merge queue (#26801)

This commit is contained in:
Michael Telatynski
2024-01-08 12:35:42 +00:00
committed by GitHub
parent 9ee7440dfd
commit 922f16812c
5 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
name: Build downstream artifacts
on:
merge_group:
types: [checks_requested]
pull_request: {}
push:
branches: [develop, master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-element-web:
name: Build element-web
uses: matrix-org/matrix-react-sdk/.github/workflows/element-web.yaml@develop
with:
element-web-sha: ${{ github.sha }}
react-sdk-repository: matrix-org/matrix-react-sdk