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 e538ec4 commit 3b4ffa0Copy full SHA for 3b4ffa0
.github/workflows/release.yaml
@@ -37,6 +37,8 @@ env:
37
CODER_RELEASE: ${{ github.event.inputs.snapshot && 'false' || 'true' }}
38
DRY_RUN: ${{ (github.event.inputs.dry_run || github.event.inputs.snapshot) && 'true' || 'false' }}
39
40
+concurrency: ci-release
41
+
42
jobs:
43
release:
44
runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
0 commit comments