@@ -108,6 +108,7 @@ jobs:
108
108
tag : linux-debian-image
109
109
110
110
- uses : ./.github/actions/print-logs
111
+ if : ${{ !cancelled() }}
111
112
112
113
i686_debian :
113
114
name : " i686: Linux (Debian stable)"
@@ -142,6 +143,7 @@ jobs:
142
143
tag : linux-debian-image
143
144
144
145
- uses : ./.github/actions/print-logs
146
+ if : ${{ !cancelled() }}
145
147
146
148
s390x_debian :
147
149
name : " s390x (big-endian): Linux (Debian stable, QEMU)"
@@ -172,6 +174,7 @@ jobs:
172
174
tag : linux-debian-image
173
175
174
176
- uses : ./.github/actions/print-logs
177
+ if : ${{ !cancelled() }}
175
178
176
179
177
180
arm32_debian :
@@ -211,6 +214,7 @@ jobs:
211
214
tag : linux-debian-image
212
215
213
216
- uses : ./.github/actions/print-logs
217
+ if : ${{ !cancelled() }}
214
218
215
219
arm64_debian :
216
220
name : " ARM64: Linux (Debian stable, QEMU)"
@@ -252,6 +256,7 @@ jobs:
252
256
tag : linux-debian-image
253
257
254
258
- uses : ./.github/actions/print-logs
259
+ if : ${{ !cancelled() }}
255
260
256
261
ppc64le_debian :
257
262
name : " ppc64le: Linux (Debian stable, QEMU)"
@@ -282,6 +287,7 @@ jobs:
282
287
tag : linux-debian-image
283
288
284
289
- uses : ./.github/actions/print-logs
290
+ if : ${{ !cancelled() }}
285
291
286
292
287
293
valgrind_debian :
@@ -323,6 +329,7 @@ jobs:
323
329
tag : linux-debian-image
324
330
325
331
- uses : ./.github/actions/print-logs
332
+ if : ${{ !cancelled() }}
326
333
327
334
sanitizers_debian :
328
335
name : " UBSan, ASan, LSan"
@@ -364,6 +371,7 @@ jobs:
364
371
tag : linux-debian-image
365
372
366
373
- uses : ./.github/actions/print-logs
374
+ if : ${{ !cancelled() }}
367
375
368
376
msan_debian :
369
377
name : " MSan"
@@ -412,6 +420,7 @@ jobs:
412
420
tag : linux-debian-image
413
421
414
422
- uses : ./.github/actions/print-logs
423
+ if : ${{ !cancelled() }}
415
424
416
425
417
426
mingw_debian :
@@ -453,6 +462,7 @@ jobs:
453
462
tag : linux-debian-image
454
463
455
464
- uses : ./.github/actions/print-logs
465
+ if : ${{ !cancelled() }}
456
466
457
467
x86_64-macos-native :
458
468
name : " x86_64: macOS Ventura, Valgrind"
@@ -496,6 +506,7 @@ jobs:
496
506
run : ./ci/ci.sh
497
507
498
508
- uses : ./.github/actions/print-logs
509
+ if : ${{ !cancelled() }}
499
510
500
511
arm64-macos-native :
501
512
name : " ARM64: macOS Sonoma"
@@ -536,6 +547,7 @@ jobs:
536
547
run : ./ci/ci.sh
537
548
538
549
- uses : ./.github/actions/print-logs
550
+ if : ${{ !cancelled() }}
539
551
540
552
541
553
win64-native :
@@ -626,6 +638,7 @@ jobs:
626
638
tag : linux-debian-image
627
639
628
640
- uses : ./.github/actions/print-logs
641
+ if : ${{ !cancelled() }}
629
642
630
643
cxx_headers_debian :
631
644
name : " C++ (public headers)"
0 commit comments