jamesnetherton commented on PR #8765: URL: https://github.com/apache/camel-quarkus/pull/8765#issuecomment-4729322747
> To be sure, the dependency cache is saved at the end of each initial build even when third party dependencies versions have not changed ? Yes, correct. The save step runs every build, but actions/cache/save is a no-op if a cache entry with that exact key already exists. So I think a warning is emitted and the build moves on without any issues. We can probably make save conditional on cache miss, but I'm not sure it's worth doing. -- 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]
