We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b845ca2 commit 0f3cbbdCopy full SHA for 0f3cbbd
.github/workflows/quality.yml
@@ -22,7 +22,7 @@ jobs:
22
name: Build and test
23
runs-on: ubuntu-latest
24
concurrency:
25
- group: tests-${{ github.ref }}
+ group: tests-${{ github.ref }}-${{ matrix.node-version }}
26
cancel-in-progress: true
27
28
steps:
0 commit comments