Skip to content

Commit 25f2a35

Browse files
committed
Change CompatHelper scheduling and triggers
1 parent eae8050 commit 25f2a35

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/CompatHelper.yml

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

33
on:
44
schedule:
5-
- cron: '00 * * * *'
5+
- cron: '00 00 * * *'
6+
issues:
7+
types: [opened, reopened]
8+
push:
9+
branches:
10+
- actions/trigger/CompatHelper
611

712
jobs:
813
CompatHelper:

0 commit comments

Comments
 (0)