From 9c109191f12e993d1941b3e3417c10041b6c25de Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 9 Jun 2025 18:03:07 -0700 Subject: [PATCH] Speed up link checking --- .github/workflows/reusable-markdown-link-check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable-markdown-link-check.yml b/.github/workflows/reusable-markdown-link-check.yml index 6dc3c98eb618..23c28caed2bc 100644 --- a/.github/workflows/reusable-markdown-link-check.yml +++ b/.github/workflows/reusable-markdown-link-check.yml @@ -22,5 +22,6 @@ jobs: --exclude "^http://code.google.com/p/concurrentlinkedhashmap$" --exclude "^https://softwareengineering.stackexchange.com/questions/29727" --max-retries 6 - --max-concurrency 1 + --max-concurrency 4 + --github-token ${{ github.token }} .