CommunitySolidServer / css-helm-chart

Community Solid Server Helm chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[chore] Github Actions optimization

MisterTimn opened this issue · comments

Current issues with our workflows:

  • Releases triggered on push to main, the chart releaser does fail when there isn't a version bump so end result is OK, but the action failing on a commit unrelated to the chart isn't good practice
  • Readme generation and release are done in parallel so release contains potentially outdated readme parameters. Look into reusable workflows