🐛(ci) align helm chart release process with people repository

Previous merge of helm chart refactoring was incomplete. Currently,
linting only occurs during chart publication rather than on each PR.
This temporary solution will be improved in a future update.
This commit is contained in:
lebaudantoine
2025-01-13 12:04:44 +01:00
committed by aleb_the_flash
parent 203f1762e7
commit 6d08e318a7

View File

@@ -2,16 +2,14 @@ name: Release Chart
run-name: Release Chart run-name: Release Chart
on: on:
pull_request: push:
branches: branches:
- 'main' - 'main'
push:
paths: paths:
- ./src/helm/meet/** - ./src/helm/meet/**
jobs: jobs:
release: release:
if: github.event_name == 'push'
permissions: permissions:
contents: write contents: write
runs-on: ubuntu-latest runs-on: ubuntu-latest