File tree Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- main
8
+
9
+ concurrency :
10
+ group : ' ${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
11
+ cancel-in-progress : true
12
+
8
13
jobs :
9
14
CDM-Integration-Test :
10
- concurrency :
11
- group : ${{ github.ref }}-${{ github.job }}-${{ matrix.jdk }}-${{ matrix.os }}
12
- cancel-in-progress : true
13
15
strategy :
14
16
matrix :
15
17
jdk : [ 8 ]
Original file line number Diff line number Diff line change 15
15
branches :
16
16
- main
17
17
18
+ concurrency :
19
+ group : ' ${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
20
+ cancel-in-progress : true
21
+
18
22
jobs :
19
23
build :
20
- concurrency :
21
- group : ${{ github.ref }}-${{ github.job }}-${{ matrix.jdk }}-${{ matrix.os }}
22
- cancel-in-progress : true
23
-
24
24
strategy :
25
25
matrix :
26
26
jdk : [ 8 ]
Original file line number Diff line number Diff line change 10
10
branches : [ main ]
11
11
workflow_dispatch :
12
12
13
+ concurrency :
14
+ group : ' ${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
15
+ # group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job || github.run_id }}
16
+ cancel-in-progress : true
17
+
13
18
env :
14
19
SNYK_SEVERITY_THRESHOLD_LEVEL : critical
20
+
Original file line number Diff line number Diff line change 9
9
- main
10
10
workflow_dispatch :
11
11
12
+ concurrency :
13
+ group : ' ${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
14
+ # group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job || github.run_id }}
15
+ cancel-in-progress : true
16
+
You can’t perform that action at this time.
0 commit comments