Skip to content

Commit

Permalink
fix: Add Template Files to CI Test Job Filters (runatlantis#4806)
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Guardian authored and terakoya76 committed Dec 31, 2024
1 parent 60470df commit a5be60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- '**.go'
- '**.txt' # golden file test output
- 'go.*'
- '**.tmpl'
- '.github/workflows/test.yml'
test:
needs: [changes]
Expand Down

0 comments on commit a5be60a

Please sign in to comment.