ok maybe ok onschedule

This commit is contained in:
William Fu-Hinthorn
2024-05-03 12:37:45 -07:00
parent c18ef9160d
commit 5d5ee80b08
+1 -1
View File
@@ -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'