From 9841fe129054e4aec83b0033feb055ba88df8388 Mon Sep 17 00:00:00 2001 From: Yang Song Date: Fri, 24 Jan 2025 15:52:49 -0500 Subject: [PATCH] [chore][CI] disable failIfEmpty in check-links (#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 --- .github/workflows/check-links.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index e048c17d1f37..17aa274c1369 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -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