ci: rm links checks from required (#18340)

This commit is contained in:
Jirka Borovec 2023-08-21 19:07:49 +02:00 committed by GitHub
parent 2be0ac51c8
commit 300e6cf500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 8 deletions

View File

@ -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"

View File

@ -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/.*"
}