Skip to content

Commit e8de2db

Browse files
authored
fix cron for compathelper while we are at it
since github makes it hard to find out how to re-run checks without a new commit...
1 parent 8556b6f commit e8de2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CompatHelper
22

33
on:
44
schedule:
5-
- cron: '0 * * * *'
5+
- cron: '0 0 1 * *'
66

77
jobs:
88
CompatHelper:

0 commit comments

Comments
 (0)