Skip to content

Commit 8c9db84

Browse files
authored
fix: title -> mysql@version (#8)
Co-authored-by: raoha.rh <[email protected]>
1 parent 3e1a31f commit 8c9db84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ${{ matrix.os }}
6969

7070
concurrency:
71-
group: ${{ github.workflow }}-#${{ github.event.pull_request.number || github.ref }}-(${{ matrix.os }}, ${{ matrix.version }})
71+
group: ${{ github.workflow }}-#${{ github.event.pull_request.number || github.ref }}-(${{ matrix.os }}, mysql@${{ matrix.version }})
7272
cancel-in-progress: true
7373

7474
steps:

0 commit comments

Comments
 (0)