Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ea6a203

Browse files
authored
Tweak Percy cron trigger to not run on weekends (#10519
`Runs at 04:17, Monday through Friday.`
1 parent 09eefe1 commit ea6a203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/element-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Element Web - Build
55
on:
66
schedule:
7-
- cron: "17 4 * * *" # every day at 04:17 UTC
7+
- cron: "17 4 * * 1-5" # every weekday at 04:17 UTC
88
pull_request: {}
99
push:
1010
branches: [develop, master]

0 commit comments

Comments
 (0)