Skip to content

Commit a815698

Browse files
committed
ci: Exclude the inaccessible link
The Siemens support link 'https://support.industry.siemens.com/cs/document/109741799/downloads-for-simatic-iot20x0?dti=0&lc=en-WW' is inaccessible from the CI pipeline. Excluding it from `.lychee.toml` prevents false-positive failures and unnecessary CI runs. Additionally, ignoring .lychee.toml in main.yml to avoid the unnecessary building. Signed-off-by: Li Hua Qian <huaqian.li@siemens.com>
1 parent 5259222 commit a815698

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ on:
3737
- '**.md'
3838
- 'doc/**'
3939
- '.github/workflows/link-check.yml'
40+
- '.lychee.toml'
4041
pull_request:
4142
branches:
4243
- master
@@ -48,6 +49,7 @@ on:
4849
- '**.md'
4950
- 'doc/**'
5051
- '.github/workflows/link-check.yml'
52+
- '.lychee.toml'
5153

5254
concurrency:
5355
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.lychee.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ exclude = [
1313
"192.168.200.1",
1414
# Placeholder tokens
1515
"<Version>",
16+
# Inaccessible from the pipeline
17+
"https://support.industry.siemens.com/cs/document/109741799/downloads-for-simatic-iot20x0?dti=0&lc=en-WW",
1618
]
1719

1820
exclude_all_private = true

0 commit comments

Comments
 (0)