Skip to content

Commit

Permalink
Fix wrong syntax for path filtering in validate-helm-charts.yaml (#5056)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lo <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
lowc1012 and eapolinario authored Mar 14, 2024
1 parent d5784e5 commit 0b1253b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/validate-helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
branches:
- master
paths:
- deployment
- docker/sandbox-bundled/manifests
- "charts/**"
- "deployment/**"
- "docker/sandbox-bundled/manifests/**"

jobs:
lint-and-test-charts:
Expand Down

0 comments on commit 0b1253b

Please sign in to comment.