mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-10-29 16:59:47 +00:00
CI: make only test_preview run when preview e2e tests are changed (#6078)
* make only test_preview workflow run when e2e tests are modified * revert wrong changes to test_preview * revert wrong order
This commit is contained in:
parent
2326f2f9fe
commit
c4187eeebe
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -19,6 +19,7 @@ on:
|
||||
- "pyproject.toml"
|
||||
- "!haystack/preview/**/*.py" # See tests_preview.yml
|
||||
- "!test/preview/**/*.py" # See tests_preview.yml
|
||||
- "!e2e/preview/**/*.py" # See e2e_preview.yml
|
||||
- "!.github/**/*.py"
|
||||
- "!rest_api/**/*.py"
|
||||
- "!docs/**/*.py"
|
||||
|
||||
3
.github/workflows/tests_skipper.yml
vendored
3
.github/workflows/tests_skipper.yml
vendored
@ -10,9 +10,10 @@ on:
|
||||
- ready_for_review
|
||||
paths-ignore:
|
||||
- "**.py"
|
||||
- "pyproject.toml"
|
||||
- "!haystack/preview/**/*.py" # See tests_preview.yml
|
||||
- "!test/preview/**/*.py" # See tests_preview.yml
|
||||
- "pyproject.toml"
|
||||
- "!e2e/preview/**/*.py" # See e2e_preview.yml
|
||||
- "!.github/**/*.py"
|
||||
- "!rest_api/**/*.py"
|
||||
- "!docs/**/*.py"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user