From 20fe40c67d08de2ba1fe206c3be86fe20cbd87e0 Mon Sep 17 00:00:00 2001 From: Andreas Taylor Date: Fri, 8 Mar 2024 12:36:09 -0600 Subject: [PATCH] Update cron time --- .github/workflows/CheckMarkdownLinks.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CheckMarkdownLinks.yml b/.github/workflows/CheckMarkdownLinks.yml index 802733d..1f07cd0 100644 --- a/.github/workflows/CheckMarkdownLinks.yml +++ b/.github/workflows/CheckMarkdownLinks.yml @@ -5,9 +5,10 @@ name: Check Markdown Links on: push: schedule: - # Modify the cron time to a somewhat random day/time to avoid having all your repos running at the same time - # Run 4th day of every month at 4:41 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07) - - cron: "37 4 4 * *" + # Run monthly + # GitHub actions uses UTC for time zone + # crontab format: minute hour day-of-month month day-of-week + - cron: "2 4 4 * *" workflow_dispatch: inputs: message: