Skip to content

Commit 4ba0a94

Browse files
committed
Modify concurrency group
1 parent 4972785 commit 4ba0a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ defaults:
3838
shell: bash
3939

4040
concurrency:
41-
group: ${{ github.ref_name }}-ci
42-
cancel-in-progress: true
41+
group: ${{ inputs.is_production_release && format('prod-{0}', inputs.release_version) || format('{0}-ci', github.ref_name) }}
42+
cancel-in-progress: ${{ !inputs.is_production_release }}
4343

4444
permissions:
4545
contents: read

0 commit comments

Comments
 (0)