mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-09 22:33:47 +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"
|
- "pyproject.toml"
|
||||||
- "!.github/**/*.py"
|
- "!.github/**/*.py"
|
||||||
- "!rest_api/**/*.py"
|
- "!rest_api/**/*.py"
|
||||||
|
- "!docs/**/*.py"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
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"
|
- "pyproject.toml"
|
||||||
- "!.github/**/*.py"
|
- "!.github/**/*.py"
|
||||||
- "!rest_api/**/*.py"
|
- "!rest_api/**/*.py"
|
||||||
|
- "!docs/**/*.py"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
catch-all:
|
catch-all:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user