Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sameerseekala1 opened this issue Oct 8, 2024 · 4 comments

Comments

@sameerseekala1
Copy link

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

@sameerseekala1
Copy link
Author

@joshmgross Can you plz help with this?

@joshmgross
Copy link
Member

👋 Hey @sameerseekala1,

I would recommend going through GitHub Support for this sort of question - https://support.github.com/

That way we can get more details about your repository and route this to the right team for further investigation.

@joshmgross
Copy link
Member

It would also be worth validating if the recent actions/checkout release impacted you.

Could you pin your workflow to v4.2.0 instead of v4 to validate if this is an issue with v4.2.1?

@sameerseekala1
Copy link
Author

@joshmgross Updated workflow to v4.2.0 but i still see chechout is taking more than 10 mins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants