Skip to content

Commit

Permalink
gihub-action: fix helm linter action trigger path
Browse files Browse the repository at this point in the history
We would like to trigger helm linter github action only when
helm directory has been changed on a pull request. Currently,
we are doing opposite of that, which means don't run it when
helm directory has changed. This commit fixes that bug.

Signed-off-by: Feruzjon Muyassarov <[email protected]>
  • Loading branch information
fmuyassarov authored and klihub committed Jun 29, 2023
1 parent f8b9742 commit de09631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: helm linter

on:
pull_request:
paths-ignore:
paths:
- 'deployment/helm/**'

jobs:
Expand Down

0 comments on commit de09631

Please sign in to comment.