Skip to content

Commit df3e41c

Browse files
committed
ci: refactor terraform validation
1 parent ab37e4c commit df3e41c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
- main
66
- npalm/*
77
pull_request:
8-
paths: ["**/*.tf", "**/*.hcl", ".github/workflows/terraform.yml", ".utils/**"]
9-
paths-ignore: ["lambdas/**"]
8+
paths: ["**/*.tf", "**/*.hcl", "modules/**/*", ".github/workflows/terraform.yml", ".utils/**"]
109

1110
permissions:
1211
contents: read

0 commit comments

Comments
 (0)