Skip to content

Commit 7867ace

Browse files
fix(workflow): Adjust linkchecker schedule to run hourly (#1828)
Signed-off-by: sellskin <[email protected]> Co-authored-by: Thomas Nguy <[email protected]>
1 parent 84f2051 commit 7867ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linkchecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check Markdown links
22
on:
33
schedule:
4-
- cron: "* */24 * * *"
4+
- cron: "0 * * * *"
55
pull_request:
66
push:
77
branches:

0 commit comments

Comments
 (0)