Skip to content

Commit 8c0f581

Browse files
committed
Remove concurrency from nightly/test and release step groups
1 parent 418fd67 commit 8c0f581

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ steps:
3737
- group : Nightly
3838
key: nightly-or-test
3939
depends_on: main-pipeline-build
40+
concurrency: 1
41+
concurrency_group: "nightly-or-test"
4042
steps:
4143
- label: Push swagger nightly or test
4244
commands:
@@ -86,6 +88,8 @@ steps:
8688

8789
- group: Release
8890
depends_on: nightly-or-test
91+
concurrency: 1
92+
concurrency_group: "release"
8993
if: build.branch == "master"
9094
steps:
9195
- block: Create a release

0 commit comments

Comments
 (0)