Skip multi-version upgrade migration spec on default branches

What does this MR do and why?

Skip multi-version upgrade migration spec on default branches. This will allow to ensure that the job doesn't run in older backport releases as it happened in #500212 (closed). There is no need to run the job in default branches, as it's required to pass and will be pass on master. While for older stable branches, the job should be skipped as it wouldn't work correctly against older versions due to automatically updated PG dump used in the test, see context gitlab-org/quality/quality-engineering/team-tasks#3028 (closed)

References

Please include cross links to any resources that are relevant to this MR This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports

Loading