• Kamil Trzciński's avatar
    Properly process `needs:` with `when:` · a2bbf7b8
    Kamil Trzciński authored
    Currently, some of the jobs with `needs:`
    would be processed in stages, it means
    that `when:` for such jobs would not be
    respected.
    
    This changes the behavior to have a separate
    execution paths for jobs with `needs:`.
    a2bbf7b8
build_spec.rb 108 KB