From 87ec5f58079b9876861564984b07da632a837bf8 Mon Sep 17 00:00:00 2001 From: Rachel Date: Wed, 24 Jan 2024 15:04:28 -0600 Subject: [PATCH] Turning link checking back off (#8844) --- .github/workflows/pr-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-links.yml b/.github/workflows/pr-links.yml index bcda255e8a..4e1a59f302 100644 --- a/.github/workflows/pr-links.yml +++ b/.github/workflows/pr-links.yml @@ -20,6 +20,6 @@ jobs: "*.md" "source/**/*.md" --timeout 20 - fail: true + fail: false env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}