From 93ca490de726df506c6ad7910c418135bd314943 Mon Sep 17 00:00:00 2001 From: rahulpinto19 Date: Wed, 11 Feb 2026 08:20:50 +0000 Subject: [PATCH] check only the changed files --- .github/workflows/link_checker_workflow.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/link_checker_workflow.yaml b/.github/workflows/link_checker_workflow.yaml index 3b79c4efb2..e6a038ad82 100644 --- a/.github/workflows/link_checker_workflow.yaml +++ b/.github/workflows/link_checker_workflow.yaml @@ -69,8 +69,7 @@ jobs: --cache --max-cache-age 1d --exclude '^neo4j\+.*' --exclude '^bolt://.*' - README.md - docs/ + ${{ env.CHECK_FILES }} output: lychee-report.md format: markdown fail: true