feat: fix stg deploy file

This commit is contained in:
2026-04-08 11:12:43 -03:00
committed by GitHub
parent 24545ec16c
commit 1ea98d4707
+2 -4
View File
@@ -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: