From bdd1f29a9082a85c45bc690e2d9f49a7d165caec Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Mon, 27 May 2024 10:30:15 +0300 Subject: [PATCH] .github/workflows/tests: Disable git folder cache. --- .github/workflows/tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a79b675b52de..523bb1a44e6c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,12 +20,6 @@ jobs: runs-on: ${{matrix.os}} steps: - - name: Cache git folder - uses: actions/cache@v4 - with: - path: .git - key: git-folder - - name: Checkout uses: actions/checkout@v4 with: