fix: ci - exclude unstable opencost link

This commit is contained in:
tukuaiai
2026-06-02 04:45:26 +08:00
parent adeeb338ca
commit aa0bd5f545
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -26,4 +26,7 @@ exclude = [
'^https://user-images\.githubusercontent\.com.*',
'^https://notebooklm\.google\.com.*',
'^https://www\.contributor-covenant\.org.*',
# Verified public documentation URL. GitHub-hosted lychee runners can fail this
# Netlify-backed site with TLS or connection errors while local curl returns 200.
'^https://opencost\.io/docs/?$',
]