From bec364a887b509ebf493c3e15005c13ebf3a57fe Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Tue, 27 May 2025 15:54:04 +0200 Subject: [PATCH] Disable checking links for two broken ones - rosin-project.eu seems to be down. We want to keep attribution to the project, nevertheless. - We get a 403 on that stackoverflow question. I don't know why, but let's ignore that in the report. --- .github/workflows/check_links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index ca9f549be..f1a434bc2 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -32,6 +32,8 @@ jobs: --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' --max-concurrency 1 './**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py' - name: Save lychee cache