Skip to content

Commit

Permalink
feat: Reinstate multi CI contexts
Browse files Browse the repository at this point in the history
This reverts commit ee3447a.
  • Loading branch information
gnarea committed Dec 20, 2021
1 parent 7a724c8 commit 6cf5780
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ resource "github_branch_protection" "main" {
strict = true
contexts = concat(
var.require_semantic_releases ? ["pr-ci / semantic-pr-title"] : [],
["ci", "license/cla"]
var.ci_contexts,
["license/cla"]
)
}

Expand Down

0 comments on commit 6cf5780

Please sign in to comment.