Run Playwright tests on merge queue (#26801)
This commit is contained in:
parent
9ee7440dfd
commit
922f16812c
5 changed files with 79 additions and 0 deletions
2
.github/workflows/static_analysis.yaml
vendored
2
.github/workflows/static_analysis.yaml
vendored
|
@ -3,6 +3,8 @@ on:
|
|||
pull_request: {}
|
||||
push:
|
||||
branches: [develop, master]
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
repository_dispatch:
|
||||
types: [element-web-notify]
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue