From 65d47d9099b697e23a36b9df617410c217a14dbb Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Mon, 15 Jul 2024 15:17:00 -0400 Subject: [PATCH] Stop cron job workflow --- .github/workflows/action.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index eda8682..0917829 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,17 +1,17 @@ name: Check URLs for dead links on: workflow_dispatch: - schedule: - - cron: "0 11 * * 1" # Runs weekly at 7:00 AM EST on Monday + # schedule: + # - cron: "0 11 * * 1" # Runs weekly at 7:00 AM EST on Monday push: -jobs: - markdown-link-check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - uses: gaurav-nelson/github-action-markdown-link-check@v1 - with: - config-file: 'mlc_config.json' - use-quiet-mode: 'yes' - use-verbose-mode: 'yes' - \ No newline at end of file +# jobs: + # markdown-link-check: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@master + # - uses: gaurav-nelson/github-action-markdown-link-check@v1 + # with: + # config-file: 'mlc_config.json' + # use-quiet-mode: 'yes' + # use-verbose-mode: 'yes' +