We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6753b4b commit fb394f0Copy full SHA for fb394f0
.buildkite/pipeline.yml
@@ -3,6 +3,11 @@ env:
3
SEGMENT_BUILDKITE_IMAGE: 'analytics-next-ci-agent'
4
COVERAGE: true
5
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
+
11
- label: Log Environment
12
agents:
13
queue: v1
0 commit comments