You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
After Cleanup:
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
The text was updated successfully, but these errors were encountered: