From 48644b23fb8e328c24242cdbe91824e661aa08c3 Mon Sep 17 00:00:00 2001 From: Sara Zan Date: Mon, 18 Jul 2022 17:59:55 +0200 Subject: [PATCH] Enable CI on tutorials (#2801) * enable ci on tutorials * Disable all path restrictions for safety * actually comment out the paths block * remove comment --- .github/workflows/tests.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 53a9107c8..41273a694 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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