Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Make publish helm chart and create release sequential (#195)
As part of tighten the security for Kaito pipelines, we enforced approval-based for all workflows that perform writing to the repo. One of the side effects of this was a required approval for the auto triggered 'pages build and deployment' workflow which was missing - and it will get canceled when creating a new release - and caused the helm github page repo to not get updated (kaito-project/kaito#808). As a solution to that, we will change the Make publish helm chart and create release workflows to run sequentially instead of parallel, so new release won't get created until all (including github pages) are updated successfully. Signed-off-by: Heba Elayoty <heelayot@microsoft.com>
- Loading branch information