From 94a9fe4385d7d72412bc52e42b98e9d6100af96a Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Wed, 29 Nov 2023 14:50:17 +0100 Subject: [PATCH] No need to fetch repository history when running tests (#1022) Test runs don't need access to the repository history and only need the commit being tested. --- .github/workflows/push.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 617238c2b3..24856381c6 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -30,9 +30,6 @@ jobs: - name: Checkout repository and submodules uses: actions/checkout@v4 - - name: Unshallow - run: git fetch --prune --unshallow - - name: Setup Go uses: actions/setup-go@v4 with: