Skip to content

Commit

Permalink
Update github-runners.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 24, 2024
1 parent 59427f6 commit 6b5a9dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions github-runners.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module "template_ecs_github_runners" {
enforce_prs = false
collaborators = local.collaborators
pull_request_bypassers = local.pull_request_bypassers
github_org_teams = local.github_organization_teams
}

module "csvd_ecs_github_runners" {
Expand All @@ -29,4 +30,5 @@ module "csvd_ecs_github_runners" {
enforce_prs = false
collaborators = local.collaborators
pull_request_bypassers = local.pull_request_bypassers
github_org_teams = local.github_organization_teams
}

0 comments on commit 6b5a9dc

Please sign in to comment.