CI: Fetch all history for "recent base" check

This ensures that the branch history containing the commit in question
is present.
This commit is contained in:
Jack Grigg 2023-03-15 02:44:48 +00:00
parent 659030aa46
commit 08347f40fc
1 changed files with 2 additions and 0 deletions

View File

@ -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