Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit ff60463

Browse files
committed
Update so that the prototype build isn't run on trunk
I've realized that even with the dependency on the block job, the prototype job would run after merging PRs to trunk
1 parent ce5b6fb commit ff60463

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ steps:
9191
blocked_state: passed
9292

9393
- label: 🏗️ Prototype Build
94+
if: build.pull_request.id != null
9495
depends_on:
9596
- run-on-demand-prototype-build
9697
command: .buildkite/commands/prototype-build.sh

0 commit comments

Comments
 (0)