We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b7400 commit 01b8b06Copy full SHA for 01b8b06
.github/workflows/autoupdate-pre-commit-config.yml
@@ -2,7 +2,7 @@ name: "Update pre-commit config"
2
3
on:
4
schedule:
5
- - cron: "0 7 * * 1" # At 07:00 on each Monday.
+ - cron: "0 0 7 1 1/1 ? *" # At 07:00 on 1st of every month.
6
workflow_dispatch:
7
8
jobs:
0 commit comments