Skip to content

Commit 6be4f4c

Browse files
authored
disable the scheduled link checker (#800)
Signed-off-by: Ran <[email protected]>
1 parent 1860e00 commit 6be4f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/link.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Links
33
on:
44
repository_dispatch:
55
workflow_dispatch:
6-
schedule:
7-
- cron: "0 0 * * 1"
6+
#schedule:
7+
# - cron: "0 0 * * 1"
88

99
jobs:
1010
linkChecker:

0 commit comments

Comments
 (0)