Skip to content

Commit

Permalink
Disable fail-fast so other jobs can complete when one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperk81 authored Oct 1, 2024
1 parent 7e2f4c6 commit 522843c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
jobs:
Build:
strategy:
fail-fast: false
matrix:
isARM:
- ${{ contains(github.event.pull_request.labels.*.name, 'arch:arm32') || contains(github.event.pull_request.labels.*.name, 'arch:arm64') }}
Expand Down

0 comments on commit 522843c

Please sign in to comment.