From 25655e8945a96b79a231c1bca6fd5c7181b2b6c3 Mon Sep 17 00:00:00 2001 From: Rudraksh Pareek Date: Thu, 23 May 2024 13:41:30 +0530 Subject: [PATCH] update helm workflow to not skip when STABLE_RELEASE is updated Signed-off-by: Rudraksh Pareek --- .github/workflows/ci-latest-helm-chart-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-latest-helm-chart-release.yaml b/.github/workflows/ci-latest-helm-chart-release.yaml index b11bd6b2c..d14b9f9ce 100644 --- a/.github/workflows/ci-latest-helm-chart-release.yaml +++ b/.github/workflows/ci-latest-helm-chart-release.yaml @@ -13,7 +13,7 @@ permissions: read-all jobs: publish-chart: name: Update Stable Helm Chart With Latest Changes - if: ${{ (github.repository == 'kubearmor/kubearmor') && (!contains(github.event.head_commit.message, '[skip ci]')) }} + if: ${{ (github.repository == 'kubearmor/kubearmor') }} runs-on: ubuntu-20.04 permissions: contents: write