mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
build: try to speed up Github workflows (#12090)
This commit is contained in:
6
.github/workflows/superset-python-misc.yml
vendored
6
.github/workflows/superset-python-misc.yml
vendored
@@ -1,7 +1,11 @@
|
||||
# Python Misc unit tests
|
||||
name: Python Misc
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- "dependabot/npm_and_yarn/**"
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user