From 962a02383645b0505f344b8959b75cb830548113 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Wed, 14 Aug 2024 13:14:46 -0700 Subject: [PATCH] Update terraform_plan.yaml (#1) --- .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"