Skip to content

Commit 3b4ffa0

Browse files
committed
Limit release concurrency
1 parent e538ec4 commit 3b4ffa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ env:
3737
CODER_RELEASE: ${{ github.event.inputs.snapshot && 'false' || 'true' }}
3838
DRY_RUN: ${{ (github.event.inputs.dry_run || github.event.inputs.snapshot) && 'true' || 'false' }}
3939

40+
concurrency: ci-release
41+
4042
jobs:
4143
release:
4244
runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}

0 commit comments

Comments
 (0)