chore(ci): run unit tests on script changes (#27297)

This commit is contained in:
Elizabeth Thompson 2024-02-29 02:47:21 -08:00 committed by GitHub
parent d6e8dd114b
commit 228d27f1f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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: