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.
2 parents 3df4ab5 + b88eb90 commit f1de7f6Copy full SHA for f1de7f6
1 file changed
.buildkite/pipeline.yml
@@ -20,7 +20,7 @@ steps:
20
command: ".buildkite/commands/installable-build-wordpress.sh"
21
env: *common_env
22
plugins: *common_plugins
23
- if: build.pull_request.id != null
+ if: "build.pull_request.id != null || build.pull_request.draft"
24
notify:
25
- github_commit_status:
26
context: "WordPress Installable Build"
@@ -29,7 +29,7 @@ steps:
29
command: ".buildkite/commands/installable-build-jetpack.sh"
30
31
32
33
34
35
context: "Jetpack Installable Build"
0 commit comments