From a99686a5b279b39d8ed09d4c7f938bdf9bec59de Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Fri, 27 Mar 2026 09:42:52 +0000 Subject: [PATCH] Exclude preempt_rt_versions webside from checker That page has a human check --- .github/workflows/check_links.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 08942ceb6..c3af442d6 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -35,6 +35,7 @@ jobs: --exclude '^http://rosin-project\.eu' --exclude '2013181\/gdb-causes-sem-wait-to-fail-with-eintr-error' --exclude 'https:\/\/lists\.apple\.com\/archives\/darwin-kernel\/2009\/Apr\/msg00010\.html' + --exclude 'https:\/\/wiki\.linuxfoundation\.org\/realtime\/preempt_rt_versions' --max-concurrency 1 './**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py' - name: Save lychee cache