Skip to content

Commit 9c40e2d

Browse files
authored
Uses proper name of check to pass (#1266)
1 parent a7d915d commit 9c40e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.asf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ github:
1919
# contexts are the names of checks that must pass.
2020
required_status_checks:
2121
contexts:
22-
- build
22+
- "Build and Test (JDK 17)"
2323
required_pull_request_reviews:
2424
# it does not work because our github teams are private/secret, see INFRA-25666
2525
require_code_owner_reviews: false
@@ -28,7 +28,7 @@ github:
2828
# contexts are the names of checks that must pass.
2929
required_status_checks:
3030
contexts:
31-
- build
31+
- "Build and Test (JDK 17)"
3232
required_pull_request_reviews:
3333
# it does not work because our github teams are private/secret, see INFRA-25666
3434
require_code_owner_reviews: false

0 commit comments

Comments
 (0)