Skip to content

Commit

Permalink
exclude /search from python-lint-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScholliYT authored Feb 20, 2025
1 parent b8e1609 commit 73f07e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
-e INPUT_MAX_DEPTH=1 \
-e INPUT_CONNECT_LIMIT_PER_HOST=1 \
-e INPUT_INCLUDE_URL_CONTAINED='ScholliYT/Broken-Links-Crawler-Action' \
-e INPUT_EXCLUDE_URL_CONTAINED='/tree,/code_menu_contents,/hovercards/citation' \
-e INPUT_EXCLUDE_URL_CONTAINED='/tree,/code_menu_contents,/hovercards/citation,/search' \
-e INPUT_EXCLUDE_URL_PREFIX="mailto:,https://www.linkedin.com,https://linkedin.com" \
-e INPUT_EXCLUDE_URL_SUFFIX=".zip" \
--workdir="/opt/" \
${{ env.CI_DOCKER_LABEL }}
${{ env.CI_DOCKER_LABEL }}

0 comments on commit 73f07e5

Please sign in to comment.