Skip to content

Commit 849a9e2

Browse files
committed
Add a timeout when checking for dead links
1 parent b6565db commit 849a9e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
- if: github.ref == 'refs/heads/main' && !github.event.pull_request.head.repo.fork
9797
uses: gaurav-nelson/github-action-markdown-link-check@v1
9898
name: Check for dead links (main)
99+
timeout-minutes: 1
99100
with:
100101
use-quiet-mode: yes
101102
use-verbose-mode: yes
@@ -104,6 +105,7 @@ jobs:
104105
- if: github.ref != 'refs/heads/main' || github.event.pull_request.head.repo.fork
105106
uses: gaurav-nelson/github-action-markdown-link-check@v1
106107
name: Check for dead links (pull request)
108+
timeout-minutes: 1
107109
with:
108110
use-quiet-mode: yes
109111
use-verbose-mode: yes

0 commit comments

Comments
 (0)