Skip to content

Commit

Permalink
Stop cron job workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Jul 15, 2024
1 parent 16f6f48 commit 65d47d9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -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'

# 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'

0 comments on commit 65d47d9

Please sign in to comment.