Skip to content

Commit

Permalink
ci(pre-commit-autoupdate): reschedule and skip pylint hook (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl authored Oct 9, 2023
1 parent 97ae2b0 commit 9c1d905
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pre-commit-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: pre-commit-autoupdate

on:
schedule:
# Monday at 10:00 PST
- cron: '0 18 * * 1'
# Monday at 12:00 PST
- cron: '0 20 * * 1'

jobs:
pre-commit-autoupdate:
Expand All @@ -16,4 +16,5 @@ jobs:
uses: coatl-dev/action-pre-commit-autoupdate@v0
with:
gh-token: ${{ secrets.COATL_BOT_GH_TOKEN }}
skip-hooks: 'pylint'
skip-repos: 'flake8'

0 comments on commit 9c1d905

Please sign in to comment.