Update end-to-end-tests.yaml
This commit is contained in:
parent
d3deda62a8
commit
7e8177edb3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/end-to-end-tests.yaml
vendored
2
.github/workflows/end-to-end-tests.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
name: Playwright
|
name: Playwright
|
||||||
# We only want to run the playwright tests on merge queue to prevent regressions
|
# 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.
|
# from creeping in. They take a long time to run and consume multiple concurrent runners.
|
||||||
if: github.event.workflow_run.event == 'merge_group'
|
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
|
||||||
|
|
Loading…
Reference in a new issue