charts icon indicating copy to clipboard operation
charts copied to clipboard

Enhance the github action workflow

Open kmova opened this issue 4 years ago • 1 comments

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.

kmova avatar Aug 21 '21 23:08 kmova

hey! I love working with GitHub Actions. Can I take up this issue?

geekypandey avatar Oct 11 '21 05:10 geekypandey