Skip to content

Commit

Permalink
.github/workflows/tests: Disable git folder cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed May 27, 2024
1 parent cea5dc0 commit bdd1f29
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bdd1f29

Please sign in to comment.