Skip to content

Commit 9cf1b8f

Browse files
committed
Update action.yml
1 parent 064831e commit 9cf1b8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches:
66
- master
7-
schedule:
8-
# Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
9-
- cron: "0 9 * * *"
7+
# schedule:
8+
# # Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
9+
# - cron: "0 9 * * *"
1010

1111
jobs:
1212
markdown-link-check:

0 commit comments

Comments
 (0)