Skip to content

refactor(ci): refactor Helm GHA workflow #441

refactor(ci): refactor Helm GHA workflow

refactor(ci): refactor Helm GHA workflow #441

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
with:
helm-repositories: ${{ toJSON([
{"name": "bitnami", "url": "https://charts.bitnami.com/bitnami"},

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

View workflow run for this annotation

GitHub Actions / .github/workflows/helm.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
{"name": "std-helm", "url": "https://charts.helm.sh/stable"},
{"name": "twumi", "url": "https://helm.twun.io"}
]) }}
# helm repo add bitnami https://charts.bitnami.com/bitnami
# helm repo add std-helm https://charts.helm.sh/stable
# helm repo add twuni https://helm.twun.io