feat: make CI against 'next' python version not-required (#31740)

This commit is contained in:
Maxime Beauchemin 2025-01-07 15:15:37 -08:00 committed by GitHub
parent 71dca5c076
commit 550d893c38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -75,16 +75,13 @@ github:
- dependency-review - dependency-review
- frontend-build - frontend-build
- pre-commit (current) - pre-commit (current)
- pre-commit (next)
- pre-commit (previous) - pre-commit (previous)
- test-mysql - test-mysql
- test-postgres (current) - test-postgres (current)
- test-postgres (next)
- test-postgres-hive - test-postgres-hive
- test-postgres-presto - test-postgres-presto
- test-sqlite - test-sqlite
- unit-tests (current) - unit-tests (current)
- unit-tests (next)
required_pull_request_reviews: required_pull_request_reviews:
dismiss_stale_reviews: false dismiss_stale_reviews: false