ci: update concurrency group names in workflow files for clarity

This commit is contained in:
d-kimsuon
2025-10-18 17:47:40 +09:00
parent d3f3b78acd
commit 3e598eadbb
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ on:
types: [labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-vrt
cancel-in-progress: true
jobs: