Skip to content

Commit

Permalink
temporary patch to run update for pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
phinate authored May 3, 2024
1 parent 6539c72 commit 177337c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pre-commit-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: update pre-commit hooks

on:
schedule:
- cron: '3 3 3 * *' # 3:03 on the 3rd of each month

- cron: '*/5 * * * *'


jobs:
Expand Down Expand Up @@ -32,4 +31,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
add_options: '-u'
commit_message: 'chore: update pre-commit hooks'
commit_message: 'chore: update pre-commit hooks'

0 comments on commit 177337c

Please sign in to comment.