buildkite / pipeline-schema

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

Move `skip` attribute to `groupStep` from pipeline properties #75

Closed Xavientois closed 3 months ago

Xavientois commented 4 months ago

In https://github.com/buildkite/pipeline-schema/pull/73, I accidentally added the skip attribute to the top level instead of the groupStep. This PR fixes that mistake.

wolfeidau commented 3 months ago

@Xavientois Thanks for the change, great work tidying this up.