From c4685ec947024a350fd7320714ac2053ef441db5 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Wed, 16 Oct 2024 14:30:31 -0700 Subject: [PATCH] Update terraform_apply.yaml --- .github/workflows/terraform_apply.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/terraform_apply.yaml b/.github/workflows/terraform_apply.yaml index 12c67b3..cfeebe7 100644 --- a/.github/workflows/terraform_apply.yaml +++ b/.github/workflows/terraform_apply.yaml @@ -103,6 +103,7 @@ jobs: runs-on: ["229685449397"] needs: Plan environment: requires_approval + if: ${{ needs.Plan.output.pending_changes == 'true' }} steps: - name: AWS Auth id: aws_auth