Skip to content

Commit 725efb7

Browse files
Merge branch 'main' into devin/sparse-checkout-optimization-1768051915
2 parents 4e4e9dc + 2b4be9c commit 725efb7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/actions/cache-checkout/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ runs:
2222
key: git-checkout-${{ github.head_ref || github.ref_name }}-${{ github.event.pull_request.head.sha || github.sha }}
2323
fail-on-cache-miss: true
2424

25-
- name: Delete previous git-checkout caches for this branch
26-
if: ${{ inputs.mode == 'save' }}
27-
uses: useblacksmith/cache-delete@v1
28-
with:
29-
key: git-checkout-${{ github.head_ref || github.ref_name }}-
30-
prefix: "true"
31-
3225
- name: Save git checkout to cache
3326
if: ${{ inputs.mode == 'save' }}
3427
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)