Skip to content

Optimize actions/checkout with blobless partial clones#6219

Merged
cnkk merged 2 commits intomasterfrom
speedup-actions-checkout
Apr 8, 2026
Merged

Optimize actions/checkout with blobless partial clones#6219
cnkk merged 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
@cnkk cnkk added this pull request to the merge queue Apr 8, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Apr 8, 2026
@cnkk cnkk added this pull request to the merge queue Apr 8, 2026
Merged via the queue into master with commit ae36803 Apr 8, 2026
38 of 40 checks passed
@cnkk cnkk deleted the speedup-actions-checkout branch April 8, 2026 18:27
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.

2 participants