Manual build job should trigger dependencies
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Description
I have a project using CI that has unit tests, compilation and deployment. My tests can be performed without time consuming compilation. Therfore my jobs are configured to run tests on all branches but builds only on master and release. I now tried to use review apps for feature branches. Unfortunately, review jobs fail because compilation did not run. My only solution now is to run the time consuming compilation every time, just in case I want to review.
Proposal
It would be great if a manually triggered build job automatically triggered the dependencies that did not run until then.
Edited by 🤖 GitLab Bot 🤖