Skip to content

Commit

Permalink
attempt 2 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcube committed May 16, 2024
1 parent a67a802 commit 75ba382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ resource "github_branch_protection_v3" "branch_protection" {

content {
strict = required_status_checks.value.strict
contexts = required_status_checks.value.contexts
# contexts = required_status_checks.value.contexts
checks = required_status_checks.value.contexts
}
}
Expand Down

0 comments on commit 75ba382

Please sign in to comment.