Virtual dependency-only job with workflows

Hi,

I’ve now workflow with multiple parallel initial jobs, then a job named “deps_complete” that just depends on all earlier jobs, and then some multiple parallel jobs depending on deps_complete job.

However now it means that “deps_complete” job is launched, does nothing and then workflow continues. Is it possible to save this launching of dummy docker image in that virtual job that exist only for dependencies?