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 87c0e2d commit ab45903Copy full SHA for ab45903
.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:
@@ -62,6 +66,10 @@ jobs:
62
66
63
67
64
68
69
70
+ group: test-${{ matrix.os }}-v${{ matrix.node-version }}-${{ matrix.stylelint-version }}-${{ matrix.webpack-version }}-${{ github.ref }}
71
72
65
73
74
- name: Setup Git
75
if: matrix.os == 'windows-latest'
0 commit comments