Skip to content

Commit 65d47d9

Browse files
authored
Stop cron job workflow
1 parent 16f6f48 commit 65d47d9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/action.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Check URLs for dead links
22
on:
33
workflow_dispatch:
4-
schedule:
5-
- cron: "0 11 * * 1" # Runs weekly at 7:00 AM EST on Monday
4+
# schedule:
5+
# - cron: "0 11 * * 1" # Runs weekly at 7:00 AM EST on Monday
66
push:
7-
jobs:
8-
markdown-link-check:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@master
12-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
13-
with:
14-
config-file: 'mlc_config.json'
15-
use-quiet-mode: 'yes'
16-
use-verbose-mode: 'yes'
17-
7+
# jobs:
8+
# markdown-link-check:
9+
# runs-on: ubuntu-latest
10+
# steps:
11+
# - uses: actions/checkout@master
12+
# - uses: gaurav-nelson/github-action-markdown-link-check@v1
13+
# with:
14+
# config-file: 'mlc_config.json'
15+
# use-quiet-mode: 'yes'
16+
# use-verbose-mode: 'yes'
17+

0 commit comments

Comments
 (0)