Skip to content

Commit 8e53e86

Browse files
committed
Add cron schedule to run pre-commit update workflow
1 parent ac11076 commit 8e53e86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit-auto-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Pre-commit auto-update
22

33
on:
4+
schedule:
5+
- cron: '0 18 * * 1-4'
46
workflow_dispatch:
57

68
jobs:

0 commit comments

Comments
 (0)