Skip to content

Commit 3e16f7f

Browse files
WIP not cancelled
1 parent 8c83571 commit 3e16f7f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

+13
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
tag: linux-debian-image
109109

110110
- uses: ./.github/actions/print-logs
111+
if: ${{ !cancelled() }}
111112

112113
i686_debian:
113114
name: "i686: Linux (Debian stable)"
@@ -142,6 +143,7 @@ jobs:
142143
tag: linux-debian-image
143144

144145
- uses: ./.github/actions/print-logs
146+
if: ${{ !cancelled() }}
145147

146148
s390x_debian:
147149
name: "s390x (big-endian): Linux (Debian stable, QEMU)"
@@ -172,6 +174,7 @@ jobs:
172174
tag: linux-debian-image
173175

174176
- uses: ./.github/actions/print-logs
177+
if: ${{ !cancelled() }}
175178

176179

177180
arm32_debian:
@@ -211,6 +214,7 @@ jobs:
211214
tag: linux-debian-image
212215

213216
- uses: ./.github/actions/print-logs
217+
if: ${{ !cancelled() }}
214218

215219
arm64_debian:
216220
name: "ARM64: Linux (Debian stable, QEMU)"
@@ -252,6 +256,7 @@ jobs:
252256
tag: linux-debian-image
253257

254258
- uses: ./.github/actions/print-logs
259+
if: ${{ !cancelled() }}
255260

256261
ppc64le_debian:
257262
name: "ppc64le: Linux (Debian stable, QEMU)"
@@ -282,6 +287,7 @@ jobs:
282287
tag: linux-debian-image
283288

284289
- uses: ./.github/actions/print-logs
290+
if: ${{ !cancelled() }}
285291

286292

287293
valgrind_debian:
@@ -323,6 +329,7 @@ jobs:
323329
tag: linux-debian-image
324330

325331
- uses: ./.github/actions/print-logs
332+
if: ${{ !cancelled() }}
326333

327334
sanitizers_debian:
328335
name: "UBSan, ASan, LSan"
@@ -364,6 +371,7 @@ jobs:
364371
tag: linux-debian-image
365372

366373
- uses: ./.github/actions/print-logs
374+
if: ${{ !cancelled() }}
367375

368376
msan_debian:
369377
name: "MSan"
@@ -412,6 +420,7 @@ jobs:
412420
tag: linux-debian-image
413421

414422
- uses: ./.github/actions/print-logs
423+
if: ${{ !cancelled() }}
415424

416425

417426
mingw_debian:
@@ -453,6 +462,7 @@ jobs:
453462
tag: linux-debian-image
454463

455464
- uses: ./.github/actions/print-logs
465+
if: ${{ !cancelled() }}
456466

457467
x86_64-macos-native:
458468
name: "x86_64: macOS Ventura, Valgrind"
@@ -496,6 +506,7 @@ jobs:
496506
run: ./ci/ci.sh
497507

498508
- uses: ./.github/actions/print-logs
509+
if: ${{ !cancelled() }}
499510

500511
arm64-macos-native:
501512
name: "ARM64: macOS Sonoma"
@@ -536,6 +547,7 @@ jobs:
536547
run: ./ci/ci.sh
537548

538549
- uses: ./.github/actions/print-logs
550+
if: ${{ !cancelled() }}
539551

540552

541553
win64-native:
@@ -626,6 +638,7 @@ jobs:
626638
tag: linux-debian-image
627639

628640
- uses: ./.github/actions/print-logs
641+
if: ${{ !cancelled() }}
629642

630643
cxx_headers_debian:
631644
name: "C++ (public headers)"

0 commit comments

Comments
 (0)