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