From 6d08e318a7262336b9b6ee56f27d22f49a1fd46e Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 13 Jan 2025 12:04:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(ci)=20align=20helm=20chart=20relea?= =?UTF-8?q?se=20process=20with=20people=20repository?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .github/workflows/release-helm-chart.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release-helm-chart.yaml b/.github/workflows/release-helm-chart.yaml index 97b68e88..a513588e 100644 --- a/.github/workflows/release-helm-chart.yaml +++ b/.github/workflows/release-helm-chart.yaml @@ -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