Skip to content

Disable fail-fast in Github Actions configuration #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2021

Conversation

diazona
Copy link
Contributor

@diazona diazona commented Nov 22, 2021

By default, Github Actions has the fail-fast option enabled, which means that the first job to fail in a matrix causes the whole matrix to be immediately canceled. This makes it impossible to identify when a bug causing a job failure is specific to certain versions of Python. In this PR I'm setting the option to false so that each job will run to completion even if one fails.

By default, Github Actions has the fail-fast option enabled, which means
that the first job to fail in a matrix causes the whole matrix to be
immediately canceled. This makes it impossible to identify when a bug
causing a job failure is specific to certain versions of Python. In this
commit I'm setting the option to false so that each job will run to
completion even if one fails.
@diazona diazona requested a review from redtoad November 22, 2021 08:02
@diazona diazona merged commit 6026466 into master Nov 29, 2021
@diazona diazona deleted the disable-fail-fast/1/dev branch November 29, 2021 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants