mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Tweak Percy cron trigger to not run on weekends (#10519
`Runs at 04:17, Monday through Friday.`
This commit is contained in:
parent
09eefe14ea
commit
ea6a2033ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/element-web.yaml
vendored
2
.github/workflows/element-web.yaml
vendored
|
@ -4,7 +4,7 @@
|
|||
name: Element Web - Build
|
||||
on:
|
||||
schedule:
|
||||
- cron: "17 4 * * *" # every day at 04:17 UTC
|
||||
- cron: "17 4 * * 1-5" # every weekday at 04:17 UTC
|
||||
pull_request: {}
|
||||
push:
|
||||
branches: [develop, master]
|
||||
|
|
Loading…
Reference in a new issue