Skip to content

Commit 3bc0039

Browse files
committed
new default status check
1 parent 4ccdb5b commit 3bc0039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ variable "branch_protection" {
7676
variable "required_status_check" {
7777
description = "The name of the status check context that must pass before merging. Set to `null` to disable status check requirement."
7878
type = string
79-
default = "build_branch"
79+
default = "build_branch / build"
8080
}
8181

8282
variable "dev_team_id" {

0 commit comments

Comments
 (0)