From 09ea80a2a8a12b457c9440884631473751180b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Falconnier?= Date: Tue, 9 Jul 2024 14:06:05 -0400 Subject: [PATCH] Remove plan status check --- .github/workflows/tf-plan-apply.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-plan-apply.yml b/.github/workflows/tf-plan-apply.yml index 9f7bce2..0b84e1a 100644 --- a/.github/workflows/tf-plan-apply.yml +++ b/.github/workflows/tf-plan-apply.yml @@ -119,7 +119,7 @@ jobs: terraform-apply: name: 'Terraform Apply' - if: github.ref == 'refs/heads/main' && needs.terraform-plan.outputs.tfplanExitCode == 2 + if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest needs: [terraform-plan]