Skip to content

Commit

Permalink
fix: run plan on change
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed Aug 3, 2024
1 parent b95eb87 commit ba2dc37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/infra-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
#- '_infra/global'
#- 'apps/backend/_infra/prod/storage'
#- 'apps/backend/_infra/prod/compute'
- packages/utils/**
- 'packages/utils'

outputs:
infraChanged: ${{ steps.infra-changed.outputs.any_changed }}
Expand All @@ -48,6 +48,7 @@ jobs:
terraform_version: 1.9.2

- name: Upload Configuration
if: ${{ success() }}
uses: hashicorp/tfc-workflows-github/actions/[email protected]
id: plan-upload
with:
Expand Down

0 comments on commit ba2dc37

Please sign in to comment.