Skip to content

Commit 01b8b06

Browse files
committed
1 parent b8b7400 commit 01b8b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoupdate-pre-commit-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Update pre-commit config"
22

33
on:
44
schedule:
5-
- cron: "0 7 * * 1" # At 07:00 on each Monday.
5+
- cron: "0 0 7 1 1/1 ? *" # At 07:00 on 1st of every month.
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)