From 00eab7cdf4410bb7277eaf8c3f0dafc67e57db70 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Wed, 14 Aug 2024 13:05:54 -0700 Subject: [PATCH] Update terraform_plan.yaml --- .github/workflows/terraform_plan.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index 1b9b2ee..4a85561 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -4,7 +4,9 @@ name: Terraform Plan # Controls when the workflow will run on: pull_request: - + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build"