Skip to content

Run deploy checks also on forks

Maiken requested to merge (removed):gitlabrunnerdeploy into master

Previously, to avoid too heavy strain on the gitlab runners, the deploy part of the gitlab CI has only run on the main repo (nordugrid/arc), i.e. only the build part was run on the forks.

It is useful to also run deploy CI on forks, to not only build, but check that jobs can run. If more runners are needed we will eventually create more to sustain the CI.

Merge request reports