You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2024/02/29 10:47:31 UTC

(superset) branch master updated: chore(ci): run unit tests on script changes (#27297)

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 <es...@gmail.com>
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: