1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-09 10:22:46 +03:00

Update downstream-end-to-end-tests.yml

This commit is contained in:
Michael Telatynski
2024-04-30 10:28:44 +01:00
committed by GitHub
parent 8faed02cc5
commit a33758eda6

View File

@@ -21,9 +21,6 @@ concurrency:
jobs:
playwright:
name: Playwright
# We only want to run the playwright tests on merge queue to prevent regressions
# from creeping in. They take a long time to run and consume multiple concurrent runners.
if: github.event_name == 'merge_group'
uses: matrix-org/matrix-react-sdk/.github/workflows/end-to-end-tests.yaml@develop
permissions:
actions: read
@@ -31,3 +28,6 @@ jobs:
pull-requests: read
with:
react-sdk-repository: matrix-org/matrix-react-sdk
# We only want to run the playwright tests on merge queue to prevent regressions
# from creeping in. They take a long time to run and consume multiple concurrent runners.
skip: github.event_name != 'merge_group'