mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
build: try to speed up Github workflows (#12090)
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
# Python Presto/Hive unit tests
|
||||
name: Python Presto/Hive
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- "dependabot/npm_and_yarn/**"
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test-postgres-presto:
|
||||
|
||||
Reference in New Issue
Block a user