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 5d954b0 commit 2eb7717Copy full SHA for 2eb7717
.buildkite/pipeline.yml
@@ -82,9 +82,9 @@ steps:
82
- BUILDKITE_PULL_REQUEST_BASE_BRANCH=${BUILDKITE_PULL_REQUEST_BASE_BRANCH}
83
- GITHUB_PR_LABELS=${GITHUB_PR_LABELS}
84
85
- # Trigger for the main branch only
+ # Trigger for the main branch only if no a scheduled build
86
- label: ":pipeline: Upload llvm-apple Pipeline"
87
- if: build.branch == 'main'
+ if: build.branch == 'main' && build.source != "schedule"
88
command: "buildkite-agent pipeline upload .buildkite/llvm-apple-pipeline.yml"
89
env:
90
- BUILDKITE_PULL_REQUEST=${BUILDKITE_PULL_REQUEST}
0 commit comments