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 3e1a31f commit 8c9db84Copy full SHA for 8c9db84
.github/workflows/node-test.yml
@@ -68,7 +68,7 @@ jobs:
68
runs-on: ${{ matrix.os }}
69
70
concurrency:
71
- group: ${{ github.workflow }}-#${{ github.event.pull_request.number || github.ref }}-(${{ matrix.os }}, ${{ matrix.version }})
+ group: ${{ github.workflow }}-#${{ github.event.pull_request.number || github.ref }}-(${{ matrix.os }}, mysql@${{ matrix.version }})
72
cancel-in-progress: true
73
74
steps:
0 commit comments