Skip to content

Update CI to only run on the geometalab repo

nic547 requested to merge nic547/osmybiz:develop_ci into develop

Currently the gitlab CI stages for building and deploying the docker images run on the master and develop branches of every fork. Only the geometalab repo should actually do that. For every fork, these steps currently fail (as they do not have the secrets to push to the ifs docker registry).

This MR should limit these stages to only run on this repo, reducing the noise from CI for forks.
Documentation on this syntax to only run on the parent repo

Merge request reports