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: