From 210b204511dc0a7214db6b0cad8424b0a42689d4 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 6 Apr 2023 13:02:06 -0700 Subject: [PATCH] fix: url excludes --- .github/workflows/scheduled-link-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-link-checker.yaml b/.github/workflows/scheduled-link-checker.yaml index bd0c748f..0f9e409f 100644 --- a/.github/workflows/scheduled-link-checker.yaml +++ b/.github/workflows/scheduled-link-checker.yaml @@ -15,7 +15,7 @@ jobs: with: website_url: 'https://coryd.dev' include_url_prefix: 'https' - exclude_url_prefix: 'mailto,https://make.com' + exclude_url_prefix: 'mailto,https://cdn.coryd.dev,https://make.com,https://lakers.com' verbose: 'true' max_retry_time: 30 max_retries: 5 \ No newline at end of file