Skip to content

Commit

Permalink
Remove concurrency from nightly/test and release step groups
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Jan 13, 2025
1 parent 418fd67 commit 8c0f581
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ steps:
- group : Nightly
key: nightly-or-test
depends_on: main-pipeline-build
concurrency: 1
concurrency_group: "nightly-or-test"
steps:
- label: Push swagger nightly or test
commands:
Expand Down Expand Up @@ -86,6 +88,8 @@ steps:

- group: Release
depends_on: nightly-or-test
concurrency: 1
concurrency_group: "release"
if: build.branch == "master"
steps:
- block: Create a release
Expand Down

0 comments on commit 8c0f581

Please sign in to comment.