Skip to content

Commit d95393b

Browse files
authored
Merge pull request #44 from lukemurraynz/lukemurraynz-patch-1
Update markdown-link-checker.yml
2 parents 5d21739 + 189d41a commit d95393b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Markdown Link Checker
33
on:
44
push:
55
branches: ['*']
6-
schedule:
6+
# schedule:
77
# Run every day at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
8-
- cron: "0 9 * * *"
8+
# - cron: "0 9 * * *"
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)