We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8ebf6 commit e6b2282Copy full SHA for e6b2282
.github/workflows/cancel.yml
.github/workflows/nodejs.yml
@@ -27,6 +27,10 @@ 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
+
34
steps:
35
- uses: actions/checkout@v3
36
with:
@@ -61,6 +65,10 @@ jobs:
61
65
62
66
63
67
68
69
+ group: test-${{ matrix.os }}-v${{ matrix.node-version }}-${{ matrix.webpack-version }}-${{ github.ref }}
70
71
64
72
73
- name: Setup Git
74
if: matrix.os == 'windows-latest'
0 commit comments