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 de67bd4 commit 12172c7Copy full SHA for 12172c7
.buildkite/build_pipeline.yml
@@ -28,12 +28,11 @@ steps:
28
- label: "Check for queue"
29
if: build.source == "schedule"
30
command: ".buildkite/scripts/check_queue.sh"
31
- concurrency: 1
32
- concurrency_group: docs-build-${BUILDKITE_BRANCH}
33
- wait
34
- label: "Full rebuild or incremental build?"
35
36
command: ".buildkite/scripts/compare_commits.sh"
+ concurrency: 1
37
concurrency_group: docs-build-${BUILDKITE_BRANCH}
38
- label: ":white_check_mark: Build docs"
39
command: |
0 commit comments