Skip to content

Commit 0f3cbbd

Browse files
committed
chore(repo): Fix concurrency key for quality.yml
1 parent b845ca2 commit 0f3cbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Build and test
2323
runs-on: ubuntu-latest
2424
concurrency:
25-
group: tests-${{ github.ref }}
25+
group: tests-${{ github.ref }}-${{ matrix.node-version }}
2626
cancel-in-progress: true
2727

2828
steps:

0 commit comments

Comments
 (0)