GHA: Update broken-link-check.yml to check once a month (#20368)

Update broken-link-check.yml
This commit is contained in:
David Yu 2024-01-26 16:11:27 -08:00 committed by GitHub
parent 27aecdb8cc
commit 1c1df4530c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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
labels: report, automated issue