Skip to content

Commit

Permalink
Disable fail-fast
Browse files Browse the repository at this point in the history
The ARM runners seem to not work sometimes, resulting in the entire build being cancelled. By disabling `fail-fast`, the "good" jobs can continue to run, and we just restart the couple of jobs that failed for whatever reason.
  • Loading branch information
andyundso committed Jan 29, 2025
1 parent 5d9b250 commit 7b691ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- "14"
- "15"
- "16"
fail-fast: false
runs-on: "${{ matrix.runner_image }}"

steps:
Expand Down Expand Up @@ -95,6 +96,7 @@ jobs:
- "15"
- "16"
- "17"
fail-fast: false
runs-on: "${{ matrix.runner_image }}"

steps:
Expand Down

0 comments on commit 7b691ee

Please sign in to comment.