From 6cc8dd1b73e5923898762b988be49bf7d8c8f9e3 Mon Sep 17 00:00:00 2001 From: Waleed Sadek <62147992+waleedsadek-panx@users.noreply.github.com> Date: Mon, 20 Nov 2023 00:41:48 +0200 Subject: [PATCH] Update action.yml Run bad link checker weekly instead of daily --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 0b954fe..e71c417 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -5,8 +5,8 @@ on: branches: - master schedule: - # Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07) - - cron: "0 9 * * *" + # Run everyday at 00:00 AM on Sunday (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07) + - cron: "0 0 * * 0" jobs: markdown-link-check: