mirror of
https://github.com/apache/superset.git
synced 2026-04-10 20:06:13 +00:00
fix: CSRF exempt unit_tests (#27168)
This commit is contained in:
committed by
GitHub
parent
b8fc2e57cc
commit
ceda51617b
@@ -7,10 +7,14 @@ on:
|
||||
- 'master'
|
||||
paths:
|
||||
- "superset/**"
|
||||
- "requirements/**"
|
||||
- "tests/unit_tests/**"
|
||||
pull_request:
|
||||
types: [synchronize, opened, reopened, ready_for_review]
|
||||
paths:
|
||||
- "superset/**"
|
||||
- "requirements/**"
|
||||
- "tests/unit_tests/**"
|
||||
|
||||
# cancel previous workflow jobs for PRs
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user