Skip to content

Commit 422dade

Browse files
authored
run CompatHelper daily, not hourly
As is now suggested in the CompatHelper README. Using a random minute at 11h UTC, to prevent peak loads, but still have them somewhat together.
1 parent 1a8c2f3 commit 422dade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CompatHelper
22

33
on:
44
schedule:
5-
- cron: '00 * * * *'
5+
- cron: '20 11 * * *'
66

77
jobs:
88
CompatHelper:

0 commit comments

Comments
 (0)