mumrah commented on PR #21199: URL: https://github.com/apache/kafka/pull/21199#issuecomment-3682671987
> That's maybe the root cause Yes, very likely. I have an explanation here https://github.com/apache/kafka/pull/18449#issuecomment-2594038906 Essentially, we checkout `${{ github.event.pull_request.head.sha }}` which is the HEAD of the PR branch rather than the special "merge ref". This means if a docs PR is far behind trunk, we will get mostly cache misses. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
