-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Stop cloning unnecessarily on PR update #12839
Stop cloning unnecessarily on PR update #12839
Conversation
Fix go-gitea#12740 Signed-off-by: Andrew Thornton <art27@cantab.net>
Signed-off-by: Andrew Thornton <art27@cantab.net>
Codecov Report
@@ Coverage Diff @@
## master #12839 +/- ##
=======================================
Coverage 43.16% 43.16%
=======================================
Files 654 654
Lines 72218 72192 -26
=======================================
- Hits 31176 31165 -11
+ Misses 35987 35980 -7
+ Partials 5055 5047 -8
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't know if this will fix that bug, but it's also a performance improvement.
@zeripath please send backport :) |
Backport go-gitea#12839 Fix go-gitea#12740 Signed-off-by: Andrew Thornton <art27@cantab.net>
Fix #12740
Signed-off-by: Andrew Thornton art27@cantab.net