From 562adefe599df7d41d5e5a09b31624e8a55d9a80 Mon Sep 17 00:00:00 2001 From: Yang Song Date: Fri, 24 Jan 2025 13:42:49 -0500 Subject: [PATCH] [chore][CI] do not failIfEmpty in check-links --- .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