Skip to content

Commit b75db08

Browse files
Run update only once per month
1 parent c8e4791 commit b75db08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Auto Update pre-commit
55
on:
66
workflow_dispatch:
77
schedule:
8-
- cron: '0 0 * * 0' # Run every Sunday at midnight
8+
- cron: '0 0 1 * *' # Runs at 00:00, on day 1 of the month
99

1010
jobs:
1111
auto_update_and_create_pr:

0 commit comments

Comments
 (0)