Skip to content

Commit

Permalink
[chore][CI] disable failIfEmpty in check-links (#37485)
Browse files Browse the repository at this point in the history
#### 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
  • Loading branch information
songy23 authored Jan 24, 2025
1 parent 65fb229 commit 9841fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ jobs:
uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374
with:
args: "--verbose --no-progress ${{needs.changedfiles.outputs.md_files}} ${{needs.changedfiles.outputs.yaml_files}} --config .github/lychee.toml"
failIfEmpty: false

0 comments on commit 9841fe1

Please sign in to comment.