mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-25 08:04:49 +00:00
Enable CI on tutorials (#2801)
* enable ci on tutorials * Disable all path restrictions for safety * actually comment out the paths block * remove comment
This commit is contained in:
parent
632cd1c141
commit
48644b23fb
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
@ -11,15 +11,6 @@ on:
|
||||
- reopened
|
||||
- synchronize
|
||||
- ready_for_review
|
||||
paths:
|
||||
- '**/*.py'
|
||||
- '**/*.yml'
|
||||
- '**/*.ipynb'
|
||||
- '**/setup.cfg'
|
||||
- '**/pyproject.toml'
|
||||
- '.github/**/*'
|
||||
- '!tutorials/*' # This path is excluded, see tutorials.yml
|
||||
|
||||
|
||||
env:
|
||||
PYTEST_PARAMS: --maxfail=5 --durations=10 --suppress-no-test-exit-code
|
||||
|
Loading…
x
Reference in New Issue
Block a user