Skip to content

Commit f73c499

Browse files
songy23chengchuanpeng
authored andcommitted
[chore][CI] disable failIfEmpty in check-links (open-telemetry#37485)
#### Description When there are no links in docs, do not fail the check-links CI. E.g. https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12942375890/job/36100042406?pr=36142
1 parent 39e8031 commit f73c499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-links.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ jobs:
4545
uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374
4646
with:
4747
args: "--verbose --no-progress ${{needs.changedfiles.outputs.md_files}} ${{needs.changedfiles.outputs.yaml_files}} --config .github/lychee.toml"
48+
failIfEmpty: false

0 commit comments

Comments
 (0)