Uses proper name of check to pass (#1266)

This commit is contained in:
Lukasz Lenart
2025-05-12 14:24:02 +02:00
committed by GitHub
parent a7d915d627
commit 9c40e2d0df
+2 -2
View File
@@ -19,7 +19,7 @@ github:
# contexts are the names of checks that must pass.
required_status_checks:
contexts:
- build
- "Build and Test (JDK 17)"
required_pull_request_reviews:
# it does not work because our github teams are private/secret, see INFRA-25666
require_code_owner_reviews: false
@@ -28,7 +28,7 @@ github:
# contexts are the names of checks that must pass.
required_status_checks:
contexts:
- build
- "Build and Test (JDK 17)"
required_pull_request_reviews:
# it does not work because our github teams are private/secret, see INFRA-25666
require_code_owner_reviews: false