From 131806cec087adf944e3b2ec4743c00b1aca83bb Mon Sep 17 00:00:00 2001 From: Jason Boxman Date: Tue, 17 Sep 2024 23:06:27 -0400 Subject: [PATCH] Ignore domain that does not resolve any longer --- lychee.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lychee.toml b/lychee.toml index e642e9a1..70a9640e 100644 --- a/lychee.toml +++ b/lychee.toml @@ -7,5 +7,6 @@ exclude = [ '^https://github.com/organizations/', '^https://github.com/pipeline-repo', '^https://api.tower.nf/ephemeral/example.json', - '^https://api.cloud.seqera.io/workflow/launch' + '^https://api.cloud.seqera.io/workflow/launch', + '^https://git.seqera.io' ]