Skip to content

Commit 0bb62e1

Browse files
authored
Update markdown-link-check.yml
1 parent 770e2bb commit 0bb62e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Markdown links
33
on:
44
push:
55
schedule:
6-
- cron: '0 14 * * 2' # 2pm Tuesday
6+
- cron: '0 9 * * *' # 9am every day
77

88
jobs:
99
markdown-link-check:

0 commit comments

Comments
 (0)