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.
1 parent 21badd9 commit 307a86dCopy full SHA for 307a86d
.buildkite/pipeline.yml
@@ -27,7 +27,7 @@ steps:
27
28
steps:
29
- label: "Trigger fpm-pipeline"
30
- if: build.pull_request.id != null
+ if: build.pull_request.id != null && build.env("BUILDKITE_PULL_REQUEST_BASE_BRANCH") == "main"
31
plugins:
32
- monorepo-diff#v1.0.1:
33
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
@@ -60,7 +60,7 @@ steps:
60
61
62
- label: "Trigger llvm-apple-pipeline"
63
64
65
66
0 commit comments