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:
Andy Balaam 2023-03-23 14:55:16 +00:00 committed by GitHub
parent e4dfb21e56
commit 372c5e1fbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View file

@ -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]