Skip to content

Commit a291257

Browse files
authored
ci: reduce frequency of update-lexicons workflow once a day (#69)
1 parent 4258384 commit a291257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-lexicons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main
99
schedule:
10-
- cron: '0 * * * *'
10+
- cron: '0 3 * * *'
1111
workflow_dispatch: {}
1212
merge_group: {}
1313

0 commit comments

Comments
 (0)