Skip to content

Commit 8d03131

Browse files
committed
ci: consider updates on "deployment" folder
1 parent 61bca0a commit 8d03131

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ repos:
7171
entry: bash -c 'cd infra-ecs && ./run-tests.sh'
7272
language: system
7373
pass_filenames: false
74-
files: ^infra-ecs/(modules/|tests/).*\.(tf|tfvars|tftest\.hcl)$
74+
files: ^infra-ecs/(deployment/|modules/|tests/).*\.(tf|tfvars|tftest\.hcl)$
7575
stages: [pre-push]
7676

7777
# Terraform EKS module tests
@@ -83,5 +83,5 @@ repos:
8383
entry: bash -c 'cd infra-eks && ./run-tests.sh'
8484
language: system
8585
pass_filenames: false
86-
files: ^infra-eks/(modules/|tests/).*\.(tf|tfvars|tftest\.hcl)$
86+
files: ^infra-eks/(deployment/|modules/|tests/).*\.(tf|tfvars|tftest\.hcl)$
8787
stages: [pre-push]

0 commit comments

Comments
 (0)