This is an automated email from the ASF dual-hosted git repository. johnbodley pushed a commit to branch john-bodley--chore-asf-required-jobs in repository https://gitbox.apache.org/repos/asf/superset.git
commit 81e7941b7efc64bde72e38d7a2fd84c4037b914b Author: John Bodley <[email protected]> AuthorDate: Wed Mar 20 06:59:47 2024 +1300 chore: Update required jobs in asf.yml --- .asf.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index e1904d082f..4385e2ed02 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -72,7 +72,10 @@ github: - test-mysql (3.9) - test-postgres (3.9) - test-postgres (3.10) + - test-postgres-hive (3.9) + - test-postgres-presto (3.9) - test-sqlite (3.9) + - unit-tests (3.9) required_pull_request_reviews: dismiss_stale_reviews: false
