From 5d5ee80b0883e23161d0e5fcebe725b2fab097b7 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Fri, 3 May 2024 12:37:45 -0700 Subject: [PATCH] ok maybe ok onschedule --- .github/workflows/link_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml index 5ff38cc5c..de297c200 100644 --- a/.github/workflows/link_check.yml +++ b/.github/workflows/link_check.yml @@ -24,7 +24,7 @@ jobs: uses: gaurav-nelson/github-action-markdown-link-check@v1 with: folder-path: 'examples/' - check-modified-files-only: true + check-modified-files-only: ${{ github.event_name != 'schedule' }} file-path: './README.md' config-file: './.markdown-link-check.config.json'