This is an automated email from the ASF dual-hosted git repository.

diegopucci pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 228d27f1f2 chore(ci): run unit tests on script changes (#27297)
228d27f1f2 is described below

commit 228d27f1f29d448921da97afd1065553670e775a
Author: Elizabeth Thompson <[email protected]>
AuthorDate: Thu Feb 29 02:47:21 2024 -0800

    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:

Reply via email to