File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ permissions:
32
32
contents : read
33
33
34
34
concurrency :
35
- group : ${{ github.ref }}-${{ github.workflow }}
35
+ group : ${{ github.workflow }}-${{ github.ref }}
36
36
cancel-in-progress : true
37
37
38
38
defaults :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ permissions:
61
61
contents : read
62
62
63
63
concurrency :
64
- group : ${{ github.ref }}-${{ github.workflow }}
64
+ group : ${{ github.workflow }}-${{ github.ref }}
65
65
cancel-in-progress : true
66
66
67
67
defaults :
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ permissions:
40
40
contents : read
41
41
42
42
concurrency :
43
- group : ${{ github.ref }}-${{ github.workflow }}
43
+ group : ${{ github.workflow }}-${{ github.ref }}
44
44
cancel-in-progress : true
45
45
46
46
env :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ permissions:
61
61
pull-requests : write
62
62
63
63
concurrency :
64
- group : ${{ github.ref }}-${{ github.workflow }}
64
+ group : ${{ github.workflow }}-${{ github.ref }}
65
65
cancel-in-progress : true
66
66
67
67
defaults :
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ permissions:
55
55
contents : read
56
56
57
57
concurrency :
58
- group : ${{ github.ref }}-${{ github.workflow }}
58
+ group : ${{ github.workflow }}-${{ github.ref }}
59
59
cancel-in-progress : true
60
60
61
61
defaults :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ permissions:
32
32
contents : read
33
33
34
34
concurrency :
35
- group : ${{ github.ref }}-${{ github.workflow }}
35
+ group : ${{ github.workflow }}-${{ github.ref }}
36
36
cancel-in-progress : true
37
37
38
38
defaults :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ permissions:
32
32
contents : read
33
33
34
34
concurrency :
35
- group : ${{ github.ref }}-${{ github.workflow }}
35
+ group : ${{ github.workflow }}-${{ github.ref }}
36
36
cancel-in-progress : true
37
37
38
38
defaults :
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ permissions:
34
34
contents : read
35
35
36
36
concurrency :
37
- group : ${{ github.ref }}-${{ github.workflow }}
37
+ group : ${{ github.workflow }}-${{ github.ref }}
38
38
cancel-in-progress : true
39
39
40
40
defaults :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ permissions:
32
32
contents : read
33
33
34
34
concurrency :
35
- group : ${{ github.ref }}-${{ github.workflow }}
35
+ group : ${{ github.workflow }}-${{ github.ref }}
36
36
cancel-in-progress : true
37
37
38
38
defaults :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ permissions:
50
50
pull-requests : read
51
51
52
52
concurrency :
53
- group : ${{ github.ref }}-${{ github.workflow }}
53
+ group : ${{ github.workflow }}-${{ github.ref }}
54
54
cancel-in-progress : true
55
55
56
56
jobs :
You can’t perform that action at this time.
0 commit comments