Skip to content

Commit 73f07e5

Browse files
authored
exclude /search from python-lint-and-test.yml
1 parent b8e1609 commit 73f07e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-lint-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
-e INPUT_MAX_DEPTH=1 \
6565
-e INPUT_CONNECT_LIMIT_PER_HOST=1 \
6666
-e INPUT_INCLUDE_URL_CONTAINED='ScholliYT/Broken-Links-Crawler-Action' \
67-
-e INPUT_EXCLUDE_URL_CONTAINED='/tree,/code_menu_contents,/hovercards/citation' \
67+
-e INPUT_EXCLUDE_URL_CONTAINED='/tree,/code_menu_contents,/hovercards/citation,/search' \
6868
-e INPUT_EXCLUDE_URL_PREFIX="mailto:,https://www.linkedin.com,https://linkedin.com" \
6969
-e INPUT_EXCLUDE_URL_SUFFIX=".zip" \
7070
--workdir="/opt/" \
71-
${{ env.CI_DOCKER_LABEL }}
71+
${{ env.CI_DOCKER_LABEL }}

0 commit comments

Comments
 (0)