Skip to content

Avoid useless job creation

Daniel Juarez requested to merge fix_useless_ci_jobs into master

This MR removes jobs that should not be created in scheduled pipeline. These jobs were not breaking anything, but are just not necessary, so with this we make pipelines simpler and remove useless stuff.

Example of wrong pipeline: https://gitlab.cern.ch/linuxsupport/koji-image-build/pipelines/1383805

Edited by Daniel Juarez

Merge request reports