Unverified Commit cdf66b11 authored by Dmitry Tokarev's avatar Dmitry Tokarev Committed by GitHub
Browse files

fix: ci(operator): expand changed-files filter to include helm chart outputs (#7407)


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
Co-authored-by: default avatarClaude Opus 4.6 (1M context) <noreply@anthropic.com>
parent 4751f769
...@@ -103,6 +103,11 @@ operator: ...@@ -103,6 +103,11 @@ operator:
- 'deploy/operator/**' - 'deploy/operator/**'
- 'deploy/operator/.*' - 'deploy/operator/.*'
- 'docs/kubernetes/api-reference.md' - 'docs/kubernetes/api-reference.md'
- 'deploy/helm/charts/platform/components/operator/crds/**'
- 'deploy/helm/charts/platform/values.yaml'
- 'deploy/helm/charts/platform/README.md'
- 'deploy/helm/charts/platform/README.md.gotmpl'
- 'deploy/helm/charts/platform/components/operator/values.yaml'
deploy: deploy:
- '!**/*.md' - '!**/*.md'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment