Skip to content

Commit 7946d06

Browse files
committed
CI: Remove pull request condition to work with rebuild this branch
FYI: Doing that will help re-running a build without from Buildkite itself, using the 'Rebuild this branch' option, without the need to push a new commit but still have all jobs running.
1 parent a574a89 commit 7946d06

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ steps:
2727
- label: "☢️ Danger - PR Check"
2828
command: danger
2929
key: danger
30-
if: "build.pull_request.id != null"
3130
retry:
3231
manual:
3332
permit_on_passed: true
@@ -52,14 +51,12 @@ steps:
5251

5352
- label: "Dependency Tree Diff"
5453
command: comment_with_dependency_diff 'woocommerce' 'vanillaReleaseRuntimeClasspath'
55-
if: build.pull_request.id != null
5654
plugins: [$CI_TOOLKIT]
5755
artifact_paths:
5856
- "**/build/reports/diff/*"
5957

6058
- label: "Merged Manifest Diff"
6159
command: ".buildkite/commands/diff-merged-manifest.sh vanillaRelease"
62-
if: build.pull_request.id != null
6360
plugins: [$CI_TOOLKIT]
6461
artifact_paths:
6562
- "**/build/reports/diff_manifest/**/**/*"
@@ -70,12 +67,10 @@ steps:
7067

7168
- label: "🛠 Prototype Build: Mobile App"
7269
command: ".buildkite/commands/prototype-build.sh WooCommerce"
73-
if: build.pull_request.id != null
7470
plugins: [$CI_TOOLKIT]
7571

7672
- label: "🛠 Prototype Build: Wear App"
7773
command: ".buildkite/commands/prototype-build.sh WooCommerce-Wear"
78-
if: build.pull_request.id != null
7974
plugins: [$CI_TOOLKIT]
8075

8176
########################################

0 commit comments

Comments
 (0)