Don't run production jobs for triggered pipelines
In order to solve gitlab#326341 (closed) and allow anyone to deploy a documentation Review App, we'll need to use an pipeline trigger, so the pipeline source will change from pipeline
to trigger
(gitlab!57727 (merged)).
This MR makes sure that in those cases we:
- Run Review App jobs
- Don't run production jobs
Edited by Rémy Coutable