Skip to content

Commit

Permalink
CI: Turn off failing fast on the test matrix slots
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
amotl committed Jan 11, 2024
1 parent 23a8dc6 commit 5029b2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 5029b2b

Please sign in to comment.