Add cron schedule to run pre-commit update workflow

This commit is contained in:
Zach Borboa
2023-10-10 17:20:32 -07:00
parent ac110762ef
commit 8e53e86d0d
@@ -1,6 +1,8 @@
name: Pre-commit auto-update
on:
schedule:
- cron: '0 18 * * 1-4'
workflow_dispatch:
jobs: