#52612 closed enhancement (fixed)
Disable fast failing on GitHub Actions
Reported by: | johnbillion | Owned by: | desrosj |
---|---|---|---|
Milestone: | 5.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description
The fail-fast
option is enabled by default on GitHub Actions. This means if a job fails, all other jobs that have not yet run get automatically cancelled.
This is good for being alerted sooner to a failure, but bad when you're trying to identify if a failure is specific to one job or all jobs because all other remaining jobs get cancelled.
I propose setting fail-fast
to false
in our config.
Change History (24)
Note: See
TracTickets for help on using
tickets.
This sounds good to me. :shipit: