Open
Description
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.
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
Labels
No labels