Skip to content

Delay Craft Android jobs until build stage has passed

Ingo Klöcker requested to merge work/kloecker/delay-craft-android-jobs into master

Currently, the Craft Android jobs start immediately when a pipeline is created. Removing the empty needs ensures that the jobs (which are in the deploy stage) are delayed until all jobs in the previous stages (build and test) have passed.

Merge request reports