From dd2c6597a70fe210bcc7dc011bedfde93ec34c14 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Wed, 20 May 2026 09:08:51 -0700 Subject: [PATCH] Ignore flaky omnissa.com and cr.yp.to URLs in link check These domains intermittently return Status 0 from GitHub Actions runners while resolving fine elsewhere. Adds them to the existing ignore list alongside other known-flaky hosts. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/mdl.config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/mdl.config.json b/.github/mdl.config.json index dd52e927..5ee12708 100644 --- a/.github/mdl.config.json +++ b/.github/mdl.config.json @@ -62,6 +62,12 @@ }, { "pattern": "^https://wiki.alpinelinux.org" + }, + { + "pattern": "^https://.*omnissa.com" + }, + { + "pattern": "^https://.*cr.yp.to" } ], "replacementPatterns": [