Skip to content

Commit

Permalink
fix: prevent TF apply when Glue jobs are synced
Browse files Browse the repository at this point in the history
  • Loading branch information
patheard committed Nov 18, 2024
1 parent 7beff9b commit dfcac0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terragrunt-apply-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- "terragrunt/aws/**"
- "!terragrunt/aws/glue/etl/**"
- "terragrunt/env/production/**"
- "terragrunt/env/common/**"
- "terragrunt/env/terragrunt.hcl"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/workflow-failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Workflow failure
on:
workflow_run:
workflows:
- "Glue Job Sync"
- "Terragrunt apply PRODUCTION"
types:
- completed
Expand Down

0 comments on commit dfcac0d

Please sign in to comment.