We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba1039 commit 4f90cd9Copy full SHA for 4f90cd9
2 files changed
.github/workflows/cancel.yml
.github/workflows/nodejs.yml
@@ -27,6 +27,9 @@ jobs:
27
28
runs-on: ${{ matrix.os }}
29
30
+ concurrency:
31
+ group: lint-${{ matrix.os }}-v${{ matrix.node-version }}-${{ github.ref }}
32
+ cancel-in-progress: true
33
steps:
34
- uses: actions/checkout@v3
35
with:
@@ -67,6 +70,10 @@ jobs:
67
70
68
71
69
72
73
74
+ group: test-${{ matrix.os }}-v${{ matrix.node-version }}-${{ matrix.webpack-version }}-${{ github.ref }}
75
76
+
77
78
79
0 commit comments