Skip to content

Commit 93ce398

Browse files
committed
Make update cron run twice daily
Every hour seems aggressive, typically I will only check for PRs once a day anyway.
1 parent 62a552d commit 93ce398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
type: string
88
required: true
99
schedule:
10-
- cron: "23 * * * *"
10+
- cron: "0 16,21 * * *"
1111

1212
jobs:
1313
update:

0 commit comments

Comments
 (0)