File tree Expand file tree Collapse file tree 9 files changed +33
-1
lines changed Expand file tree Collapse file tree 9 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 49
49
with :
50
50
name : integration-test-results-${{ matrix.audit }}-${{ matrix.java }}
51
51
path : build/audit/integration-test-results
52
+
53
+ concurrency :
54
+ group : audit-${{ github.event.pull_request.number || github.sha }}
55
+ cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -185,3 +185,7 @@ jobs:
185
185
with :
186
186
name : integration-test-results-${{ matrix.java }}
187
187
path : SIT/integration-test-results
188
+
189
+ concurrency :
190
+ group : build-${{ github.event.pull_request.number || github.sha }}
191
+ cancel-in-progress : true
Original file line number Diff line number Diff line change 73
73
with :
74
74
name : integration-test-results-db2-${{ matrix.java }}
75
75
path : integration-test-results
76
+
77
+ concurrency :
78
+ group : integration-${{ github.event.pull_request.number || github.sha }}
79
+ cancel-in-progress : true
Original file line number Diff line number Diff line change 1
- Thu Apr 2 04:57:49 EDT 2020
1
+ Thu Apr 2 04:57:49 EDT 2021
Original file line number Diff line number Diff line change @@ -149,3 +149,7 @@ jobs:
149
149
with :
150
150
name : integration-test-results-${{ matrix.datastore }}-${{ matrix.release }}
151
151
path : fhir/build/migration/integration-test-results
152
+
153
+ concurrency :
154
+ group : migration-${{ github.event.pull_request.number || github.sha }}
155
+ cancel-in-progress : true
Original file line number Diff line number Diff line change 49
49
with :
50
50
name : integration-test-results-${{ matrix.notifications }}-${{ matrix.java }}
51
51
path : build/notifications/${{ matrix.notifications }}/integration-test-results
52
+
53
+ concurrency :
54
+ group : notification-${{ github.event.pull_request.number || github.sha }}
55
+ cancel-in-progress : true
Original file line number Diff line number Diff line change 48
48
with :
49
49
name : integration-test-results-${{ matrix.persistence }}-${{ matrix.java }}
50
50
path : build/persistence/integration-test-results
51
+
52
+ concurrency :
53
+ group : persistence-${{ github.event.pull_request.number || github.sha }}
54
+ cancel-in-progress : true
Original file line number Diff line number Diff line change 47
47
with :
48
48
name : integration-test-results-${{ matrix.datastore }}
49
49
path : build/reindex/integration-test-results
50
+
51
+ concurrency :
52
+ group : reindex-${{ github.event.pull_request.number || github.sha }}
53
+ cancel-in-progress : true
Original file line number Diff line number Diff line change 84
84
with :
85
85
name : integration-test-results-windows-${{ matrix.java }}
86
86
path : SIT/integration-test-results
87
+
88
+ concurrency :
89
+ group : windows-${{ github.event.pull_request.number || github.sha }}
90
+ cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments