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 dec52de commit 5e7ce4dCopy full SHA for 5e7ce4d
.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:
@@ -67,6 +71,10 @@ jobs:
67
71
68
72
69
73
74
75
+ group: test-${{ matrix.os }}-v${{ matrix.node-version }}-${{ matrix.webpack-version }}-${{ github.ref }}
76
77
70
78
79
- name: Setup Git
80
if: matrix.os == 'windows-latest'
0 commit comments