diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c529794ec..c53bfb287 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -12,6 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Ensure branch contains necessary commits for Tekton CI id: tekton