Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
chore(ci): change rule to execute only when code is modified (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlevee authored Sep 27, 2024
1 parent 2f4b5ba commit f62870b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
pull_request:
branches:
- main
paths:
- "**.tf"
name: terraform-quality
jobs:
terraform-quality:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on:
pull_request:
branches:
- main
paths:
- "**.tf"
- "test/*.go"
name: terratest
jobs:
terratest:
Expand Down

0 comments on commit f62870b

Please sign in to comment.