Speed up CI executing unrelated jobs in parallel
Some jobs are unrelated and executed in different stages To avoid waiting for unrelated jobs, use needs keyword to speed up CI execution
Edited by Gael Raphal
Some jobs are unrelated and executed in different stages To avoid waiting for unrelated jobs, use needs keyword to speed up CI execution