Skip to content

Optimize actions/checkout with blobless partial clones#6219

Open
cnkk wants to merge 2 commits intomasterfrom
speedup-actions-checkout
Open

Optimize actions/checkout with blobless partial clones#6219
cnkk wants to merge 2 commits intomasterfrom
speedup-actions-checkout

Conversation

@cnkk
Copy link
Copy Markdown
Member

@cnkk cnkk commented Apr 2, 2026

Add filter: blob:none to the three actions/checkout steps that use fetch-depth: 0 (build, e2e, static). This creates a blobless clone that fetches all commits and trees but downloads file contents lazily on demand, cutting down checkout time.
All git-history-dependent operations (git merge-base for credo diff, dorny/paths-filter, etc.) work identically since commit history is fully preserved.

@cnkk cnkk added the preview label Apr 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Preview environment👷🏼‍♀️🏗️
PR-6219

@cnkk cnkk changed the title Optimize actions/checkout by adding filter option Optimize actions/checkout with blobless partial clones Apr 5, 2026
@cnkk cnkk requested a review from a team April 5, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant