From 1ea98d4707ae80147f851914dda0727147ee2051 Mon Sep 17 00:00:00 2001 From: Ricardo Campos Date: Wed, 8 Apr 2026 11:12:43 -0300 Subject: [PATCH] feat: fix stg deploy file --- .github/workflows/deploy-stg.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-stg.yml b/.github/workflows/deploy-stg.yml index 6347f44..784e927 100644 --- a/.github/workflows/deploy-stg.yml +++ b/.github/workflows/deploy-stg.yml @@ -90,14 +90,12 @@ jobs: uses: actions/upload-artifact@v4 with: name: tfplan - path: terraform/tfplan + path: terraform-stg/tfplan terraform-apply: runs-on: ubuntu-latest needs: terraform-plan-stg - if: > - (github.event_name == 'push' || github.event_name == 'workflow_run') - && needs.terraform-plan-stg.outputs.no_changes == 'false' + if: needs.terraform-plan-stg.outputs.no_changes == 'false' environment: name: staging permissions: