buildkite / pipeline-schema

A JSON schema for Buildkite’s pipeline file format
MIT License
31 stars 35 forks source link

Add support for explicit null in depends_on steps #46

Closed svvitale closed 2 years ago

svvitale commented 2 years ago

Using ~ as an explicit "does not depend on anything" is part of the BuildKite documentation here: https://buildkite.com/docs/pipelines/dependencies#defining-explicit-dependencies

I'm also happy to include this for other step properties where it may make sense.