From 204aaa17569bc5034ff400c244ec88a6a2f1b4dd Mon Sep 17 00:00:00 2001 From: "Fabian H." <73600109+teutoburg@users.noreply.github.com> Date: Fri, 31 Oct 2025 13:18:09 +0100 Subject: [PATCH] Run markdownlinkchecker only weekly --- .github/workflows/markdown_link_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown_link_check.yml b/.github/workflows/markdown_link_check.yml index 52d46bb..d9f6bd0 100644 --- a/.github/workflows/markdown_link_check.yml +++ b/.github/workflows/markdown_link_check.yml @@ -5,7 +5,7 @@ on: # push: schedule: # Run every day at 5:00 UTC - - cron: "0 5 * * *" + - cron: "0 5 * * 1" # Allow this workflow to be called from other repositories. workflow_call: