We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea56d67 commit aeef12eCopy full SHA for aeef12e
.github/workflows/end-to-end-tests.yaml
@@ -16,13 +16,13 @@ concurrency:
16
jobs:
17
playwright:
18
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'
22
uses: matrix-org/matrix-react-sdk/.github/workflows/end-to-end-tests.yaml@develop
23
permissions:
24
actions: read
25
issues: read
26
pull-requests: read
27
with:
28
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' }}
0 commit comments