From e78885e116a789d7ba9c1eebd8a10c65ed4aa64a Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Thu, 20 Aug 2026 10:42:13 +0200 Subject: [PATCH] Add exclude rule for stackoverflow Since stackoverflow blocks our check attempts, add a rule for all stackoverflow links. --- .github/workflows/check_links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index a4f08aae4..4fd66796c 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -29,11 +29,11 @@ jobs: --cache --cache-exclude-status '429, 403, 404, 502' --max-cache-age 2d + --exclude '^https?://(www\.)?stackoverflow\.com' --exclude '^http://192\.168\.56\.101' --exclude 'kernel\.org\/pub\/linux\/kernel' --exclude 'releases/download/v\$%7BURCAP_VERSION%7D/externalcontrol-\$%7BURCAP_VERSION%7D\.jar' --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' --exclude 'https:\/\/en\.cppreference\.com\/w\/cpp\/string\/basic_string\/to_string'