Skip to content

Commit 195d218

Browse files
authored
Reduce update frequency
1 parent aa7f5c2 commit 195d218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '10 10 */2 * *'
6+
- cron: '30 20 5,19 * *'
77

88
jobs:
99
check-and-update:

0 commit comments

Comments
 (0)