Skip to content

Allow post-deploy job to run on default branch

Mayra Cabrera requested to merge allow-post-deploy-job-to-run-on-master into master

What does this MR do and why?

Allow post-deploy job to run on GitLab.com and on GitLab.com and on the default branch.

As part of gitlab-com/gl-infra/delivery#2362 (closed)

We need to fetch the pending post-deploy migrations, but this job only runs when a specific environment variable is set. This causes the API no return 'not found' because the last successful pipeline on master doesn't have this job.

This commit expands the rules of the build-post-deploy-migrations-artifact to be on master.

Author Check-list

  • [-] Has documentation been updated?
Edited by Mayra Cabrera

Merge request reports