From 08036ef663ce65d8a33f3d59dbb30074526c4e2b Mon Sep 17 00:00:00 2001 From: rahulpinto19 Date: Wed, 11 Feb 2026 10:12:51 +0000 Subject: [PATCH] docs: link-check-report --- .github/workflows/link_checker_workflow.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link_checker_workflow.yaml b/.github/workflows/link_checker_workflow.yaml index 591221d16e..ed73ad2c3f 100644 --- a/.github/workflows/link_checker_workflow.yaml +++ b/.github/workflows/link_checker_workflow.yaml @@ -11,10 +11,14 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -name: Link Checker +name: Weekly Link Check on: - pull_request: + # Run automatically every Monday at 00:00 UTC + schedule: + - cron: '0 0 * * 1' + # Optional: Keep this to allow manual triggering from the Actions tab + workflow_dispatch: jobs: