Is there a way to avoid reinstalling package if it's upto date?

Hi, as per my observations, Dune doesn’t recompile a project if the sources have not changed, however, when it comes to installing the artefacts, it follows the re-install approach even if there are no changes since the last installation.

Is there a way to bypass it ?
I am using Dune v 2.8.5 in this case.

Thanks,