Skip to content

Commit

Permalink
Update pre-commit-update.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Apr 18, 2024
1 parent 4ee1942 commit 969d0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# │ │ ┌───────── day of the month (1 - 31)
# │ │ │ ┌───────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────── day of the week (0 - 6 or SUN-SAT)
- cron: '0 7 * * 1' # Every Monday at 7am UTC
- cron: '0 7 * * 3' # Every Wednesday at 7am UTC (so it can be merged before the monday package updates)

jobs:
update:
Expand Down

0 comments on commit 969d0c6

Please sign in to comment.