From 20012878bbbb9927a4dc3cb5e23a4a1399a405d2 Mon Sep 17 00:00:00 2001 From: mrjones <8253488+mrjones-plip@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:07:13 -0700 Subject: [PATCH] Fix which GH user link validation slack alerts come from (#1567) --- .github/workflows/cron-check-links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cron-check-links.yml b/.github/workflows/cron-check-links.yml index da13d2e63..7e3ddd1a1 100644 --- a/.github/workflows/cron-check-links.yml +++ b/.github/workflows/cron-check-links.yml @@ -3,6 +3,8 @@ # - If you bump one version up to latest, please bump them all so we stay current! # - Hugo builds the site twice: once for link checking and once minified for pushing live # - Bash script for muffet is intentionally stand alone so devs/content editors can easily run it locally +# +# this line to hopefully fix medic/cht-docs/issues/1552 # Scheduled workflows run on the latest commit on