From d2127e67b89fca31cf72d611b5ab534e24a178fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciek=20Pr=C3=B3chniak?= Date: Wed, 20 Jan 2021 17:21:38 +0100 Subject: [PATCH] fetch-depth to checkout branch --- .github/workflows/pr.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 165cfc5aa97..82d78c5319c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,6 +22,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: test + shell: bash + run: git status - name: Cache ivy packages uses: actions/cache@v2 with: