From 376318e382cecdbf67fa882e96d6067fbd0cce15 Mon Sep 17 00:00:00 2001 From: frank basham Date: Mon, 27 Nov 2023 08:57:19 -0500 Subject: [PATCH] fixed env vars and now return cron to run once every week --- .github/workflows/broken_links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken_links.yml b/.github/workflows/broken_links.yml index c98b757fa6..a8c0b190b3 100644 --- a/.github/workflows/broken_links.yml +++ b/.github/workflows/broken_links.yml @@ -2,7 +2,7 @@ name: Broken Links Report on: schedule: - - cron: '*/5 * * * *' + - cron: '0 0 * * 0' jobs: run-script: