diff --git a/.github/workflows/CI-e2e-notebooks-vision.yml b/.github/workflows/CI-e2e-notebooks-vision.yml index c4ada4bc63..db1445ed68 100644 --- a/.github/workflows/CI-e2e-notebooks-vision.yml +++ b/.github/workflows/CI-e2e-notebooks-vision.yml @@ -5,6 +5,9 @@ on: branches: [main] pull_request: branches: [main] + paths: + - "responsibleai_vision/**" + - ".github/workflows/CI-e2e-notebooks-vision.yml" jobs: ui-build: diff --git a/.github/workflows/CI-notebook-text.yml b/.github/workflows/CI-notebook-text.yml index 51f14b165c..e99d30f979 100644 --- a/.github/workflows/CI-notebook-text.yml +++ b/.github/workflows/CI-notebook-text.yml @@ -5,6 +5,9 @@ on: branches: [main] pull_request: branches: [main] + paths: + - "responsibleai_text/**" + - ".github/workflows/CI-notebook-text.yml" jobs: ci-notebook-text: diff --git a/.github/workflows/CI-notebook-vision.yml b/.github/workflows/CI-notebook-vision.yml index 067ea23f99..3167f44b5b 100644 --- a/.github/workflows/CI-notebook-vision.yml +++ b/.github/workflows/CI-notebook-vision.yml @@ -5,6 +5,9 @@ on: branches: [main] pull_request: branches: [main] + paths: + - "responsibleai_vision/**" + - ".github/workflows/CI-notebook-vision.yml" jobs: ci-notebook-vision: