Skip to content

Commit

Permalink
remove tf plan workflow from running on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx committed Nov 12, 2024
1 parent e5c04cd commit 2aa6b35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deployment_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Terraform Plan
run-name: Terraform plan ${{ inputs.workspace }} by @${{ github.actor }}

on:
pull_request:
workflow_dispatch:
inputs:
workspace:
Expand Down
1 change: 0 additions & 1 deletion terraform/implementation/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module "vpc" {
module "ecs" {
source = "CDCgov/dibbs-ecr-viewer/aws"
version = "0.1.2"
# source = "../../../../terraform-aws-dibbs-ecr-viewer"

public_subnet_ids = flatten(module.vpc.public_subnets)
private_subnet_ids = flatten(module.vpc.private_subnets)
Expand Down

0 comments on commit 2aa6b35

Please sign in to comment.