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:
Sara Zan 2022-07-18 17:59:55 +02:00 committed by GitHub
parent 632cd1c141
commit 48644b23fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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