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'