diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml index fab0db1480..2a2a11cb25 100644 --- a/.github/workflows/link-validator.yml +++ b/.github/workflows/link-validator.yml @@ -3,10 +3,9 @@ name: Link Validator permissions: {} on: - pull_request: workflow_dispatch: schedule: - - cron: '0 6 * * 1' + - cron: '0 6 * * *' jobs: validate-links: