Skip to content

Commit

Permalink
Enable actions in graphing
Browse files Browse the repository at this point in the history
  • Loading branch information
torbencarstens authored Dec 5, 2023
1 parent 3ab3b90 commit 92a6d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo_graphing.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "graphing_repo" {
source = "github.com/BlindfoldedSurgery/terraform-repo-module?ref=v5.0.0"
name = "graphing"
description = "Creates history graphs for all lakes and uploads them to S3"
enable_actions = false
enable_actions = true
default_branch_name = "main"
blocked_branches = []
required_status_checks = [
Expand Down

0 comments on commit 92a6d7b

Please sign in to comment.