Skip to content

Commit aeef12e

Browse files
authored
Update end-to-end-tests.yaml
1 parent ea56d67 commit aeef12e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/end-to-end-tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ concurrency:
1616
jobs:
1717
playwright:
1818
name: Playwright
19-
# We only want to run the playwright tests on merge queue to prevent regressions
20-
# from creeping in. They take a long time to run and consume multiple concurrent runners.
21-
if: github.event_name == 'merge_group'
2219
uses: matrix-org/matrix-react-sdk/.github/workflows/end-to-end-tests.yaml@develop
2320
permissions:
2421
actions: read
2522
issues: read
2623
pull-requests: read
2724
with:
2825
react-sdk-repository: matrix-org/matrix-react-sdk
26+
# We only want to run the playwright tests on merge queue to prevent regressions
27+
# from creeping in. They take a long time to run and consume multiple concurrent runners.
28+
skip: ${{ github.event_name != 'merge_group' }}

0 commit comments

Comments
 (0)