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: