charts
charts copied to clipboard
Enhance the github action workflow
At the moment, the lint and test and chart releaser are running in parallel once the PR is merged. This should ideally change to:
- On PR, Run chart lint and test (this workflow needs to be modified to run only on PR and not on merge)
- On merge, Run chart lint and test, followed by release charts. The chart should not be released if the previous step fails.
hey! I love working with GitHub Actions. Can I take up this issue?