Skip to content

Commit 12172c7

Browse files
committed
remove concurrency gate from queue step
1 parent de67bd4 commit 12172c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.buildkite/build_pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ steps:
2828
- label: "Check for queue"
2929
if: build.source == "schedule"
3030
command: ".buildkite/scripts/check_queue.sh"
31-
concurrency: 1
32-
concurrency_group: docs-build-${BUILDKITE_BRANCH}
3331
- wait
3432
- label: "Full rebuild or incremental build?"
3533
if: build.source == "schedule"
3634
command: ".buildkite/scripts/compare_commits.sh"
35+
concurrency: 1
3736
concurrency_group: docs-build-${BUILDKITE_BRANCH}
3837
- label: ":white_check_mark: Build docs"
3938
command: |

0 commit comments

Comments
 (0)