Skip to content

Commit b002a89

Browse files
committed
fix check for flaky links in readme
1 parent 3693432 commit b002a89

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/markdown-links-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"ignorePatterns": [
33
{
44
"pattern": "^https://github.com/Lightning-AI/pytorch-lightning/pull/"
5+
},
6+
{
7+
"pattern": "^https://dev.azure.com/Lightning-AI/lightning/_apis/build/status"
58
}
69
],
710
"httpHeaders": [
@@ -17,4 +20,4 @@
1720
}
1821
}
1922
]
20-
}
23+
}

.github/workflows/ci-check-md-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [opened, reopened, ready_for_review, synchronize]
1010
paths:
1111
- ".github/workflows/ci-check-md-links.yml"
12-
- ".github/workflows/markdown.links.config.json"
12+
- ".github/markdown-links-config.json"
1313
- "**/*.md"
1414

1515
jobs:

0 commit comments

Comments
 (0)