We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064831e commit 9cf1b8fCopy full SHA for 9cf1b8f
.github/workflows/action.yml
@@ -4,9 +4,9 @@ on:
4
push:
5
branches:
6
- 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 * * *"
+ # schedule:
+ # # Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
+ # - cron: "0 9 * * *"
10
11
jobs:
12
markdown-link-check:
0 commit comments