🐛(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:
committed by
aleb_the_flash
parent
203f1762e7
commit
6d08e318a7
4
.github/workflows/release-helm-chart.yaml
vendored
4
.github/workflows/release-helm-chart.yaml
vendored
@@ -2,16 +2,14 @@ name: Release Chart
|
||||
run-name: Release Chart
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
push:
|
||||
paths:
|
||||
- ./src/helm/meet/**
|
||||
|
||||
jobs:
|
||||
release:
|
||||
if: github.event_name == 'push'
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user