From 8c0685880777dabe3bc8ea4f69e2eac856ee5010 Mon Sep 17 00:00:00 2001 From: Trenton H Date: Mon, 10 Oct 2022 14:30:55 -0700 Subject: [PATCH] Updates workflow to clone all history so changed-files can work (probably) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae2e30d6e..29a89f3ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: name: Checkout uses: actions/checkout@v3 with: - fetch-depth: 2 + fetch-depth: 0 - name: Install pipenv run: |