From 08347f40fc240c81728d859c614911b04c076092 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 15 Mar 2023 02:44:48 +0000 Subject: [PATCH] CI: Fetch all history for "recent base" check This ensures that the branch history containing the commit in question is present. --- .github/workflows/checks.yml | 2 ++ 1 file changed, 2 insertions(+) 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