mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
17 lines
452 B
YAML
17 lines
452 B
YAML
# 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"
|