From 0c9ebf5dda07942cc111931b0471db6a81b67783 Mon Sep 17 00:00:00 2001 From: "Fabian H." <73600109+teutoburg@users.noreply.github.com> Date: Mon, 4 May 2026 11:43:07 +0200 Subject: [PATCH] Run markdown link check only monthly As suggested in https://github.com/AstarVienna/DevOps/pull/92#issuecomment-4327326327. --- .github/workflows/markdown_link_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/markdown_link_check.yml b/.github/workflows/markdown_link_check.yml index a3bf4b9..f544a1c 100644 --- a/.github/workflows/markdown_link_check.yml +++ b/.github/workflows/markdown_link_check.yml @@ -4,8 +4,8 @@ name: Check Markdown links on: # push: schedule: - # Run every day at 5:00 UTC - - cron: "0 5 * * 1" + # Runs at 08:00 UTC, on day 1 of each month. + - cron: "0 8 1 * *" # Allow this workflow to be called from other repositories. workflow_call: