Skip to content

Commit

Permalink
Update exclusion patterns in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ScholliYT committed Feb 21, 2025
1 parent 8831aff commit d6e7ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ 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/" \
Expand Down

0 comments on commit d6e7ac6

Please sign in to comment.