From 034997cf6a1b85ccb2e1e81c9713c908a4496c77 Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:06:36 -0500 Subject: [PATCH] Move markdown link check CI to once on Saturdays (#4606) --- .github/workflows/markdown-link-check.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/markdown-link-check.yml b/.github/workflows/markdown-link-check.yml index d43505d99e8..333773c726c 100644 --- a/.github/workflows/markdown-link-check.yml +++ b/.github/workflows/markdown-link-check.yml @@ -3,9 +3,8 @@ name: Check Markdown links # Triggers the workflow on push or pull request or on demand on: workflow_dispatch: - push: - pull_request: - branches: [ develop ] + schedule: + - cron: "0 10 * * 6" # The config file handles things like http 500 errors from sites like GitLab # and http 200 responses