Skip to content

Commit f1de7f6

Browse files
authored
Update Buildkite Installable Builds to run on drafts PRs also (#17913)
2 parents 3df4ab5 + b88eb90 commit f1de7f6

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)