From ee5932972354e0b7f4132fec902d912587bb3751 Mon Sep 17 00:00:00 2001 From: edoardottt Date: Mon, 22 May 2023 11:15:52 +0200 Subject: [PATCH] update gh action cronjob --- .github/mlc_config.json | 1 + .github/workflows/link-check.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/mlc_config.json b/.github/mlc_config.json index ccc18c0..8ec3d23 100644 --- a/.github/mlc_config.json +++ b/.github/mlc_config.json @@ -13,6 +13,7 @@ "https://github.com/", "https://guides.github.com/", "https://help.github.com/", + "https://gist.github.com/", "https://docs.github.com/" ], "headers": { diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index f061923..2eb4dcb 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -5,8 +5,8 @@ on: branches: - main 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 at 9:00 AM every Friday + - cron: "0 9 * * 5" jobs: markdown-link-check: