From a349550a9a782715a277d10e5231a1fcd38d9158 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 24 Nov 2023 13:51:36 +0100 Subject: [PATCH] CI: Turn off failing fast on the test matrix slots This is intended to be a temporary change in order to accompany a subsequent patch. It can be reverted to save resources on daily operations later. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c89b2490..8f14c6fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,6 +23,7 @@ jobs: name: Python ${{ matrix.python-version }}, CrateDB ${{ matrix.cratedb-version }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: ['ubuntu-latest'] python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']