ci: rm links checks from required (#18340)
This commit is contained in:
parent
2be0ac51c8
commit
300e6cf500
|
@ -416,11 +416,3 @@ subprojects:
|
|||
- "install-pkg (windows-2022, lightning, 3.10)"
|
||||
- "install-pkg (windows-2022, notset, 3.8)"
|
||||
- "install-pkg (windows-2022, notset, 3.10)"
|
||||
|
||||
- id: "link-check"
|
||||
paths:
|
||||
- ".github/workflows/ci-check-md-links.yml"
|
||||
- ".github/workflows/markdown.links.config.json"
|
||||
- "**/*.md"
|
||||
checks:
|
||||
- "check-md-links / markdown-link-check"
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
{
|
||||
"pattern": "^https://github.com/Lightning-AI/lightning/pull/.*"
|
||||
},
|
||||
{
|
||||
"pattern": "^https://pepy.tech/badge/.*"
|
||||
},
|
||||
{
|
||||
"pattern": ".*https://dev.azure.com/Lightning-AI/lightning/_apis/build/status/.*"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue