From ee8ff2d4138662b8d686626195cc79e1f802dd5a Mon Sep 17 00:00:00 2001 From: Muneeb Aijaz Date: Fri, 10 Jan 2025 20:33:41 +0500 Subject: [PATCH] update workflows --- .github/workflows/pull_request-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request-helm.yaml b/.github/workflows/pull_request-helm.yaml index 0eb8c52..82e9277 100644 --- a/.github/workflows/pull_request-helm.yaml +++ b/.github/workflows/pull_request-helm.yaml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest name: Helm Chart Validation - if: ${{ contains(github.event.pull_request.labels.*.name, 'release/helm-chart' }} + if: ${{ contains(github.event.pull_request.labels.*.name, 'release/helm-chart') }} steps: