Skip to content

Commit

Permalink
chore: cleanup terraform (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Dec 14, 2023
1 parent 2063455 commit 7eb50f2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7eb50f2

Please sign in to comment.