From 228d27f1f29d448921da97afd1065553670e775a Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Thu, 29 Feb 2024 02:47:21 -0800 Subject: [PATCH] chore(ci): run unit tests on script changes (#27297) --- .github/workflows/superset-python-unittest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/superset-python-unittest.yml b/.github/workflows/superset-python-unittest.yml index d958ee0da4..36ecf3834d 100644 --- a/.github/workflows/superset-python-unittest.yml +++ b/.github/workflows/superset-python-unittest.yml @@ -9,12 +9,14 @@ on: - "superset/**" - "requirements/**" - "tests/unit_tests/**" + - "scripts/**" pull_request: types: [synchronize, opened, reopened, ready_for_review] paths: - "superset/**" - "requirements/**" - "tests/unit_tests/**" + - "scripts/**" # cancel previous workflow jobs for PRs concurrency: