From 1c1df4530cdfaa72971d88eed1de946e1d5ceb35 Mon Sep 17 00:00:00 2001 From: David Yu Date: Fri, 26 Jan 2024 16:11:27 -0800 Subject: [PATCH] GHA: Update broken-link-check.yml to check once a month (#20368) Update broken-link-check.yml --- .github/workflows/broken-link-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/broken-link-check.yml b/.github/workflows/broken-link-check.yml index 2a8d77c588..d3dddccae7 100644 --- a/.github/workflows/broken-link-check.yml +++ b/.github/workflows/broken-link-check.yml @@ -6,7 +6,7 @@ name: Broken Link Check on: workflow_dispatch: schedule: - - cron: "0 0 * * 1" + - cron: "0 0 1 * *" jobs: linkChecker: @@ -30,4 +30,4 @@ jobs: with: title: Link Checker Report content-filepath: ./lychee/out.md - labels: report, automated issue \ No newline at end of file + labels: report, automated issue