ci: use shared helm-charts-validation reusable workflow#119
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
|
The reusable-calling workflow startup-fails ("This run likely failed because of a workflow file issue", 0 jobs, no step logs) — the same symptom as erpc's wiz-iac-scan migration attempt. Diagnostics so far:
So this is an erpc-specific blocker not visible via the API. The exact startup error is on the run page: https://github.com/morpho-org/erpc/actions/runs/29335970576 — please check erpc's Actions settings / org rulesets there. Leaving this PR open until erpc can call shared reusables. Tracked under PLA-1870 / PLA-1787. |
Replaces the local
helm-charts-validation.yamlwith a thin caller of the shared reusablemorpho-org/github-actions/.github/workflows/helm-charts-validation.yml@v1.Iso preserved: push+PR on
morpho-main(pathshelm/**, plus the workflow file so it self-validates), runnerubuntu-latest, chart-pathshelm/charts helm/environments(default), skip-patterns*-db,*database*,*postgres*.Part of PLA-1787
Implements PLA-1870