Skip to content

Commit

Permalink
ci: run pre-commit-update on second of the month
Browse files Browse the repository at this point in the history
to catch the crate-ci/typos monthly update on the first
  • Loading branch information
tekumara authored Oct 3, 2024
1 parent 4cc7081 commit 1338f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: Pre-commit update

on:
# first day of every month
# second day of every month, to catch the crate-ci/typos monthly update
schedule:
- cron: "0 0 1 * *"
- cron: "0 0 2 * *"
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 1338f38

Please sign in to comment.