Skip to content

Commit d34f93e

Browse files
committed
fix: Disable fail-fast for build-installer jobs
Allow all platform builds to complete independently so that a failure on one platform doesn't cancel the others.
1 parent 3d98adb commit d34f93e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
if: github.repository == 'DIRACGrid/DIRACOS2'
2020
runs-on: ${{ matrix.os }}
2121
strategy:
22+
fail-fast: false
2223
matrix:
2324
include:
2425
- target_arch: linux-64

0 commit comments

Comments
 (0)