Skip to content

Commit

Permalink
CI: disable fail-fast for Ubuntu sanity check jobs
Browse files Browse the repository at this point in the history
Allow one Ubuntu job to run to completion if the other fails, as we
do for the other job types.
  • Loading branch information
bgilbert authored and neheb committed Jan 19, 2025
1 parent 5a36d5a commit 4097565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sanity_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
Ubuntu:
runs-on: ${{ matrix.platform == 'aarch64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
strategy:
fail-fast: false
matrix:
platform: ['x86_64', 'aarch64']
steps:
Expand Down

0 comments on commit 4097565

Please sign in to comment.