check-runtime-migration-* CI jobs fail when companion PRs provided.
The CI job extends the .check-dependent-project job.
The script reports that it can not update the Cargo.lock file since the cargo command run with --locked arg.
For the companion PRs we usually do not commit the Cargo.* files, since they usually contain local machine specific artifacts (from diener tool).
PR example with failing CI jobs:
paritytech/substrate#14434
Failed CI job example:
https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/3296674