Please check if the PR fulfills these requirements
[x] The branch naming convention follows our guidelines
[ ] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Refactoring
What is the current behavior? (You can also link to an open issue here)
Both Chart lint and build are happening in the same pipeline.
What is the new behavior (if this is a feature change)?
Chart lint and build happens in two different pipelines, in this way the pipeline structure should be be cleaner since there aren't dependency between the two actions.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Refactoring
What is the current behavior? (You can also link to an open issue here)
Both Chart lint and build are happening in the same pipeline.
What is the new behavior (if this is a feature change)?
Chart lint and build happens in two different pipelines, in this way the pipeline structure should be be cleaner since there aren't dependency between the two actions.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Nope
Other information:
None