Skip to content

Commit

Permalink
Fixing path for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
gitkvark authored and JoAngel8 committed Jan 5, 2024
1 parent 4acccf2 commit aa90e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_provisioning_preprod_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: "Terraform Provisioning Preprod Plan"
on:
pull_request:
paths:
- "provisioning-preprod/**"
- "provisioning/preprod/**"
- ".github/workflows/terraform_provisioning_preprod_plan.yaml"
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform_provisioning_prod_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: "Terraform Provisioning Prod Plan"
on:
pull_request:
paths:
- "provisioning-prod/**"
- "provisioning/prod/**"
- ".github/workflows/terraform_provisioning_prod_plan.yaml"
workflow_dispatch:

Expand Down

0 comments on commit aa90e3b

Please sign in to comment.