Skip to content

Commit

Permalink
Run only once per month
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Apr 15, 2024
1 parent 2304922 commit fdd6c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Auto Update pre-commit
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # Run every Sunday at midnight
- cron: '0 0 1 * *' # Runs at 00:00, on day 1 of the month

jobs:
auto_update_and_create_pr:
Expand Down

0 comments on commit fdd6c7e

Please sign in to comment.