Run screenshot tests daily, instead of on each commit (#10426)
* Stop running Percy on develop builds Instead, we will run it daily. This will reduce the number of Percy tests we run each month. * Run screenshot tests daily * Prettier for percy_daily.yml * Maybe something like this
This commit is contained in:
parent
e4dfb21e56
commit
372c5e1fbf
2 changed files with 11 additions and 6 deletions
2
.github/workflows/element-web.yaml
vendored
2
.github/workflows/element-web.yaml
vendored
|
@ -3,6 +3,8 @@
|
|||
# as an artifact and run integration tests.
|
||||
name: Element Web - Build
|
||||
on:
|
||||
schedule:
|
||||
- cron: "17 4 * * *" # every day at 04:17 UTC
|
||||
pull_request: {}
|
||||
push:
|
||||
branches: [develop, master]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue