#52612 closed enhancement (fixed)
Disable fast failing on GitHub Actions
| Reported by: | johnbillion | Owned by: | desrosj |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.8 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This sounds good to me. :shipit: