mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Update end-to-end-tests.yaml
This commit is contained in:
parent
ea56d6774c
commit
aeef12ef8b
6
.github/workflows/end-to-end-tests.yaml
vendored
6
.github/workflows/end-to-end-tests.yaml
vendored
@ -16,9 +16,6 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
playwright:
|
playwright:
|
||||||
name: 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
|
uses: matrix-org/matrix-react-sdk/.github/workflows/end-to-end-tests.yaml@develop
|
||||||
permissions:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
@ -26,3 +23,6 @@ jobs:
|
|||||||
pull-requests: read
|
pull-requests: read
|
||||||
with:
|
with:
|
||||||
react-sdk-repository: matrix-org/matrix-react-sdk
|
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' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user