File tree 6 files changed +24
-0
lines changed
6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 9
9
permissions :
10
10
contents : read
11
11
12
+ concurrency :
13
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14
+ cancel-in-progress : true
15
+
12
16
jobs :
13
17
lint :
14
18
name : Lint
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ on: [pull_request]
11
11
12
12
permissions : {}
13
13
14
+ concurrency :
15
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16
+ cancel-in-progress : true
17
+
14
18
jobs :
15
19
dependency-review :
16
20
permissions :
Original file line number Diff line number Diff line change 19
19
20
20
permissions : {}
21
21
22
+ concurrency :
23
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
24
+ cancel-in-progress : true
25
+
22
26
jobs :
23
27
release :
24
28
if : github.repository == 'mime-types/ruby-mime-types' && (github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged))
Original file line number Diff line number Diff line change 5
5
6
6
permissions : {}
7
7
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10
+ cancel-in-progress : true
11
+
8
12
jobs :
9
13
typos :
10
14
if : ${{ github.event.action != 'closed' }}
Original file line number Diff line number Diff line change 17
17
# Declare default permissions as read only.
18
18
permissions : {}
19
19
20
+ concurrency :
21
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
22
+ cancel-in-progress : true
23
+
20
24
jobs :
21
25
analysis :
22
26
name : Scorecard analysis
Original file line number Diff line number Diff line change 7
7
8
8
permissions : {}
9
9
10
+ concurrency :
11
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12
+ cancel-in-progress : true
13
+
10
14
jobs :
11
15
zizmor :
12
16
name : zizmor latest via uv
You can’t perform that action at this time.
0 commit comments