Skip to content

refactor(ci): refactor helm GHA workflow #443

refactor(ci): refactor helm GHA workflow

refactor(ci): refactor helm GHA workflow #443

Workflow file for this run

name: Helm
on:
push:
branches:
- "main"
paths:
- "charts/**"
pull_request:
branches:
- "main"
paths:
- "charts/**"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
test-generate-publish:
uses: substra/substra-gha-workflows/.github/workflows/helm.yml@cchore/check-chart-lock-changes

Check failure on line 21 in .github/workflows/helm.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/helm.yml

Invalid workflow file

error parsing called workflow ".github/workflows/helm.yml" -> "substra/substra-gha-workflows/.github/workflows/helm.yml@cchore/check-chart-lock-changes" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
helm-repositories: '[{"name": "bitnami", "url": "https://charts.bitnami.com/bitnami"},{"name": "std-helm", "url": "https://charts.helm.sh/stable"},{"name": "twumi", "url": "https://helm.twun.io"}]'