cd(checks): uses proper context names for checks (#1660)

This commit is contained in:
Lukasz Lenart
2026-04-10 07:42:32 +02:00
committed by GitHub
parent 5f7a9129fc
commit 396d7b716d
+2 -2
View File
@@ -27,7 +27,7 @@ github:
# contexts are the names of checks that must pass.
required_status_checks:
contexts:
- "Build and Test (JDK 8)"
- "Build and Test (8)"
required_pull_request_reviews:
# it does not work because our github teams are private/secret, see INFRA-25666
require_code_owner_reviews: false
@@ -36,7 +36,7 @@ github:
# contexts are the names of checks that must pass.
required_status_checks:
contexts:
- "Build and Test (JDK 8)"
- "Build and Test (8)"
required_pull_request_reviews:
# it does not work because our github teams are private/secret, see INFRA-25666
require_code_owner_reviews: false