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

@@ -8,7 +8,7 @@ on:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-ci
cancel-in-progress: true
jobs:

View File

@@ -8,7 +8,7 @@ on:
- '.github/actions/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-pinact
cancel-in-progress: true
permissions:

View File

@@ -7,7 +7,7 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-update-dependencies
cancel-in-progress: true
jobs:

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: