From 3ca35431943858f85a817df3ecaf530a996ec368 Mon Sep 17 00:00:00 2001 From: Andreas Taylor Date: Fri, 8 Mar 2024 13:52:50 -0600 Subject: [PATCH] Update template for cron format and time --- workflow-templates/CheckMarkdownLinks.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/workflow-templates/CheckMarkdownLinks.yml b/workflow-templates/CheckMarkdownLinks.yml index 3e499ed..34907d8 100644 --- a/workflow-templates/CheckMarkdownLinks.yml +++ b/workflow-templates/CheckMarkdownLinks.yml @@ -11,9 +11,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:37 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: "1 5 4 * *" workflow_dispatch: inputs: message: