Skip to content

Commit fb394f0

Browse files
authored
Add block step to Buildkite CI (#1265)
1 parent 6753b4b commit fb394f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ env:
33
SEGMENT_BUILDKITE_IMAGE: 'analytics-next-ci-agent'
44
COVERAGE: true
55
steps:
6+
- block: Allow this build to run?
7+
prompt: ':rotating_light: Review the PR for concerning changes before unblocking'
8+
if: build.pull_request.repository.fork
9+
blocked_state: running
10+
611
- label: Log Environment
712
agents:
813
queue: v1

0 commit comments

Comments
 (0)