Skip to content

Commit 70c23c6

Browse files
committed
compat everyday (instead of every hour)
1 parent 23c60d3 commit 70c23c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compat.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: "0 0 * * *"
66

77
jobs:
88
CompatHelper:

0 commit comments

Comments
 (0)