Skip to content

Commit 753cde5

Browse files
authored
[CI] Stop link check run on push event, and add reStructureText check (#7502)
1 parent 1633f42 commit 753cde5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/link-check.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Link Checker
22

33
on:
44
repository_dispatch:
5-
push:
6-
branches:
7-
- develop
85
workflow_dispatch:
96
schedule:
107
- cron: "00 18 * * 0"
@@ -21,7 +18,7 @@ jobs:
2118
env:
2219
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2320
with:
24-
args: --verbose --no-progress --max-redirects 8 './**/*.md'
21+
args: --verbose --no-progress --max-redirects 8 './**/*.md' './**/*.rst'
2522
format: markdown
2623
fail: false
2724
output: lychee/results.md

0 commit comments

Comments
 (0)