Skip to content

Commit 2477cc2

Browse files
authored
Don't run CompatHelper on schedule
It can't open pull requests anyway and only pollutes git with branches
1 parent 1e69050 commit 2477cc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CompatHelper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CompatHelper
22
on:
3-
schedule:
4-
- cron: 0 0 * * *
3+
# schedule:
4+
# - cron: 0 0 * * *
55
workflow_dispatch:
66
jobs:
77
CompatHelper:

0 commit comments

Comments
 (0)