From 4de1659965dd15be469f87fb648d636a50323eca Mon Sep 17 00:00:00 2001 From: Muneeb Aijaz Date: Fri, 10 Jan 2025 20:32:48 +0500 Subject: [PATCH] update workflows --- .github/workflows/pull_request-helm.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request-helm.yaml b/.github/workflows/pull_request-helm.yaml index f98650d..0eb8c52 100644 --- a/.github/workflows/pull_request-helm.yaml +++ b/.github/workflows/pull_request-helm.yaml @@ -52,6 +52,8 @@ jobs: name: Helm Chart Validation if: ${{ contains(github.event.pull_request.labels.*.name, 'release/helm-chart' }} + steps: + - name: Check out code uses: actions/checkout@v4 with: