Skip to content

Stop cron job workflow #150

Stop cron job workflow

Stop cron job workflow #150

Workflow file for this run

name: Check URLs for dead links
on:
workflow_dispatch:
# 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'