Skip to content

Commit

Permalink
Trigger manifest check only for mentioned paths (#4355)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya authored Jan 18, 2024
1 parent 24deb66 commit 34f27e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: manifests

on:
pull_request:
paths:
- 'manifests/**/*.yml'
- '!manifests/templates/**/'
- 'legacy-manifests/**/*.yml'

jobs:
list-changed-manifests:
Expand Down

0 comments on commit 34f27e9

Please sign in to comment.