From 9233f45ee1b6545b381c3b54c22ba8b6db08f9e6 Mon Sep 17 00:00:00 2001 From: Alexey <240630+asimonov@users.noreply.github.com> Date: Sat, 30 Nov 2024 10:07:25 +0400 Subject: [PATCH] disable regular check --- .github/workflows/markdown-link-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/markdown-link-check.yml b/.github/workflows/markdown-link-check.yml index 4b99ab2b..e3a97359 100644 --- a/.github/workflows/markdown-link-check.yml +++ b/.github/workflows/markdown-link-check.yml @@ -5,8 +5,8 @@ on: branches: ['main'] pull_request: branches: ['main'] - schedule: - - cron: '0 2 * * *' +# schedule: +# - cron: '0 2 * * *' jobs: markdown-link-check: runs-on: ubuntu-latest