From 7eb50f2aa1a28513e3721d7080bde39e08968961 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Thu, 14 Dec 2023 10:17:53 -0800 Subject: [PATCH] chore: cleanup terraform (#1407) --- .aspect/workflows/terraform/workflows.tf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.aspect/workflows/terraform/workflows.tf b/.aspect/workflows/terraform/workflows.tf index 07feff665..0a4145290 100644 --- a/.aspect/workflows/terraform/workflows.tf +++ b/.aspect/workflows/terraform/workflows.tf @@ -81,12 +81,7 @@ module "aspect_workflows" { warming = true } small = { - agent_idle_timeout_min = 1 - gh_repo = "aspect-build/rules_jasmine" - # Determine the workflow ID with: - # gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/aspect-build/rules_jasmine/actions/workflows - # https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#list-repository-workflows - gha_workflow_ids = ["67579950"] # Aspect Workflows + agent_idle_timeout_min = 1 max_runners = 10 min_runners = 0 queue = "aspect-small"