Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/prek_autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: prek Autoupdate

on:
schedule:
- cron: '19 6 * * *'
- cron: '0 4 * * *'
push:
branches:
- main
Comment thread
Snuffy2 marked this conversation as resolved.
workflow_dispatch:

jobs:
Expand All @@ -11,10 +14,5 @@ jobs:
permissions:
contents: write
pull-requests: write
actions: write
with:
Comment thread
Snuffy2 marked this conversation as resolved.
update-day: "6"
dispatch-workflows: |
docs.yml
linters.yml
pytest_coverage.yml
Loading