From 3c570016cd78efced8ba232eacd763f638410e2d Mon Sep 17 00:00:00 2001 From: Yanqin Jin Date: Wed, 29 Apr 2020 15:10:40 -0700 Subject: [PATCH] Fetch all history --- .github/workflows/sanity_check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sanity_check.yml b/.github/workflows/sanity_check.yml index 3360bb8b8..300a1e91d 100644 --- a/.github/workflows/sanity_check.yml +++ b/.github/workflows/sanity_check.yml @@ -7,6 +7,8 @@ jobs: steps: - name: Checkout feature branch uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Fetch from upstream run: |