Skip to content

Commit b88eb90

Browse files
committed
Fix Installable Builds on Draft PRs
1 parent 06de9c0 commit b88eb90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
command: ".buildkite/commands/installable-build-wordpress.sh"
2121
env: *common_env
2222
plugins: *common_plugins
23-
if: build.pull_request.id != null
23+
if: "build.pull_request.id != null || build.pull_request.draft"
2424
notify:
2525
- github_commit_status:
2626
context: "WordPress Installable Build"
@@ -29,7 +29,7 @@ steps:
2929
command: ".buildkite/commands/installable-build-jetpack.sh"
3030
env: *common_env
3131
plugins: *common_plugins
32-
if: build.pull_request.id != null
32+
if: "build.pull_request.id != null || build.pull_request.draft"
3333
notify:
3434
- github_commit_status:
3535
context: "Jetpack Installable Build"

0 commit comments

Comments
 (0)