Avoid useless job creation
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.
- Usual pipeline: https://gitlab.cern.ch/linuxsupport/koji-image-build/pipelines/1395994
- Scheduled pipeline: https://gitlab.cern.ch/linuxsupport/koji-image-build/pipelines/1396000
Example of wrong pipeline: https://gitlab.cern.ch/linuxsupport/koji-image-build/pipelines/1383805
Edited by Daniel Juarez