From 0aa7723ae34ca3bdeda7625ff4e77659161d78fe Mon Sep 17 00:00:00 2001 From: moisseev Date: Thu, 11 Jul 2024 18:31:11 +0300 Subject: [PATCH] Restore exclusion --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5bb8a851..3347e1234 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,7 +88,7 @@ jobs: pages_path: ./_site-root/ cmd_params: > --buffer-size=8192 --color=always --skip-tls-verification - --verbose --max-connections=10 - --exclude="^https://${{ github.repository_owner }}[.]github[.]io/${{ github.event.repository.name }}/" + --verbose --max-connections-per-host=10 + --exclude="^https://${{ github.repository_owner }}[.]github[.]io/${{ github.event.repository.name }}/doc/" --exclude="^https://github[.]com/rspamd/rspamd[.]com/edit/master/" --exclude="^https://www[.]ozon[.]ru/$"