From 953a9999b43eff8b63526938732bf0442d53de26 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 16 Apr 2021 20:06:56 +0200 Subject: [PATCH] [ci] Checkout with fetch-depth 2 Otherwise we can't fetch later more commits for regression-tester and danger. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc43e3bf58..058a6904d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,8 @@ jobs: if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }} steps: - uses: actions/checkout@v2 + with: + fetch-depth: 2 - uses: actions/cache@v2 with: path: |