Skip to content

Commit

Permalink
chore(ci): run unit tests on script changes (apache#27297)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho authored and sfirke committed Mar 22, 2024
1 parent 0444f28 commit 6384aaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/superset-python-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6384aaf

Please sign in to comment.