mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-01 10:19:23 +00:00
Skip running tests in CI when editing docs Python files (#5482)
This commit is contained in:
parent
9a359101fd
commit
bc152d953c
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -19,6 +19,7 @@ on:
|
||||
- "pyproject.toml"
|
||||
- "!.github/**/*.py"
|
||||
- "!rest_api/**/*.py"
|
||||
- "!docs/**/*.py"
|
||||
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
|
||||
1
.github/workflows/tests_skipper.yml
vendored
1
.github/workflows/tests_skipper.yml
vendored
@ -13,6 +13,7 @@ on:
|
||||
- "pyproject.toml"
|
||||
- "!.github/**/*.py"
|
||||
- "!rest_api/**/*.py"
|
||||
- "!docs/**/*.py"
|
||||
|
||||
jobs:
|
||||
catch-all:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user