# Uploads the latest CI workflow to Buildkite. # https://buildkite.com/docs/pipelines/defining-steps # # Changes to this file must be manually edited here: # https://buildkite.com/bun/bun/settings/steps steps: - if: "build.pull_request.repository.fork" block: ":eyes:" prompt: "Did you review the PR?" blocked_state: "running" - label: ":pipeline:" agents: queue: "build-darwin" command: - "node .buildkite/ci.mjs"