From 53761e549aa4775065a8435402b11dc96981a0f9 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 17 Dec 2024 11:34:11 +0100 Subject: [PATCH] run link-validator once a day (not per PR commit) (#1609) --- .github/workflows/link-validator.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: