Skip to content

Commit be4fece

Browse files
authored
CI: set fail-fast to False (#553)
With `fail-fast` set to True (the default), all running jobs in the matrix are cancelled as soon as a single one fails. This makes it hard to see exactly which Python versions a PR is failing on, if there are failures, because the CI just becomes a sea of red, even if the PR is only failing on a single Python version.
1 parent 669b1d9 commit be4fece

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
strategy:
15+
fail-fast: false
1516
matrix:
16-
# TODO add 3.12.0-dev when
17+
# TODO add 3.12-dev when
1718
# aiohttp, frozenlist and yarl support alpha 5+
1819
# https://github.com/python/blurb_it/pull/330#issuecomment-1449496275
1920
# https://github.com/python/bedevere/pull/547#issuecomment-1529153851

0 commit comments

Comments
 (0)