Skip to content

Commit

Permalink
Remove *.yml.tpl references
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey committed Nov 14, 2024
1 parent e5efe9a commit 81a082c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on: # yamllint disable-line rule:truthy
pull_request:
paths:
- '.semaphore/**/*.yml'
- '.semaphore/**/*.yml.tpl'
- '.semaphore/.yamllint.yml'

jobs:
Expand All @@ -27,7 +26,7 @@ jobs:
- id: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .semaphore/**/*.yml .semaphore/**/*.yml.tpl
file_or_dir: .semaphore/**/*.yml
config_file: .semaphore/.yamllint.yml
- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 81a082c

Please sign in to comment.