From f415c9b5275294149711cfbdbaa2a4902e7c86a5 Mon Sep 17 00:00:00 2001 From: Severiano Badajoz Date: Wed, 8 Apr 2020 11:52:47 -0700 Subject: [PATCH] Revert "remove fetching all branches" This reverts commit 26ce7a0f05b1c787523fac2340f2f441d724e242. --- .github/workflows/push_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index 66505f26..e3047ab7 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - run: | + git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* - name: Set up Python 3.7 uses: actions/setup-python@v1 with: