From a323e0eba0dccf7f28a0fddf4a7322a3a1a5a6f0 Mon Sep 17 00:00:00 2001 From: Ashish Bhatia Date: Fri, 4 Aug 2023 00:06:38 -0700 Subject: [PATCH] Run Link liveness checker via cron job --- .github/workflows/validate-links.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate-links.yml b/.github/workflows/validate-links.yml index 761fd4e..60e1a0f 100644 --- a/.github/workflows/validate-links.yml +++ b/.github/workflows/validate-links.yml @@ -8,6 +8,9 @@ name: "Link Liveness Checker" on: + workflow_dispatch: + schedule: + - cron: '0 0 * * 0' # Sunday midnight UTC push: branches: [master, main] pull_request: