From 92a6d7b1089ab0ac977d7822b11836d5cb1af741 Mon Sep 17 00:00:00 2001 From: Torben Carstens Date: Tue, 5 Dec 2023 22:01:05 +0100 Subject: [PATCH] Enable actions in `graphing` --- repo_graphing.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo_graphing.tf b/repo_graphing.tf index cddf776..87d64f1 100644 --- a/repo_graphing.tf +++ b/repo_graphing.tf @@ -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 = [