Skip to content

Checkout time increased after cleaning(deleting) up branches in our repo #1935

Open
@sameerseekala1

Description

@sameerseekala1

We have recently cleaned up branches in our repo recently and branches count came down from 1200 to 530. We did this activity to bring down the time taken by actions/checkout@v4 ste but after cleaning up i noticed checkout action time increased almost douled. Did something changed in the checkout process on your end on this weekend or are we missing anything please suggest.

Before cleanup:
image

After Cleanup:
image

Configuration in the workflow:

uses: actions/checkout@v4
with:
fetch-depth: 0
repository: SunRun/crmdx-blue
token: ***
ssh-strict: true
ssh-user: git
persist-credentials: true
clean: true
sparse-checkout-cone-mode: true
fetch-tags: false
show-progress: true
lfs: false
submodules: false
set-safe-directory: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions