File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 6
6
branches : [master]
7
7
workflow_dispatch :
8
8
9
- concurrency :
10
- group : ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
11
- cancel-in-progress : true
12
-
13
9
permissions :
14
10
contents : read
15
11
16
12
jobs :
17
13
lint :
18
14
runs-on : ubuntu-latest
19
15
16
+ concurrency :
17
+ group : ${{ github.workflow }}-${{ matrix.lua_version }}-${{ github.head_ref || github.ref_name }}
18
+ cancel-in-progress : true
19
+
20
20
strategy :
21
21
matrix :
22
22
lua_version : [ 5.1 ]
37
37
style :
38
38
runs-on : ubuntu-latest
39
39
40
+ concurrency :
41
+ group : ${{ github.workflow }}-${{ matrix.stylua_version }}-${{ github.head_ref || github.ref_name }}
42
+ cancel-in-progress : true
43
+
40
44
strategy :
41
45
matrix :
42
46
stylua_version : [ 0.19.1 ]
56
60
check :
57
61
runs-on : ubuntu-latest
58
62
63
+ concurrency :
64
+ group : ${{ github.workflow }}-${{ matrix.nvim_version }}-${{ matrix.luals_version }}-${{ github.head_ref || github.ref_name }}
65
+ cancel-in-progress : true
66
+
59
67
strategy :
60
68
matrix :
61
69
nvim_version : [ stable, nightly ]
You can’t perform that action at this time.
0 commit comments