txatxatxa
Yes, since you went from a minor version to another minor version of the same major version (eg. 1.17.x to 1.17.x) it requires no upgrade scripts to run which does not trigger the upgrader. Meaning, if upgrading from a minor version to another minor version of the same major version you are effectively only updating the codebase.
With this being said, if you upgrade from a major version to a new major version (eg. 1.17.x to 1.18.x) then that would require the upgrade scripts to run and would present the upgrader.
Cheers.