diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 622bd11..4125801 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -37,6 +37,8 @@ jobs: uses: actions/checkout@v4 with: ref: ${{github.event.pull_request.head.sha}} + fetch-depth: 0 + # Setting up helm binary - name: Set up Helm