Skip to content

Commit 8d492b6

Browse files
committed
Run auto-update workflow at least once a day via cron
1 parent ddb6574 commit 8d492b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Automatically create PR on a new version
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 * * * *'
6+
- cron: '0 3 * * *'
77

88
jobs:
99
check_update:

0 commit comments

Comments
 (0)