Skip to content

Commit

Permalink
Merge pull request #852 from CDCgov/selective_pr_environment
Browse files Browse the repository at this point in the history
Only Do PR Environment Deploys When Something Directly Impacts It
  • Loading branch information
halprin authored Feb 6, 2024
2 parents fe3a051 + a03a017 commit 4e206a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/terraform-ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
with:
filters: |
operations:
- 'operations/**'
- 'operations/environments/pr/**'
- 'operations/template/**'
terraform-deploy:
Expand Down

0 comments on commit 4e206a0

Please sign in to comment.