Skip to content

Commit 93e9b63

Browse files
Disable fail-fast in CI configs (#9)
Signed-off-by: Christophe Bedard <[email protected]>
1 parent 073b14d commit 93e9b63

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/sanity.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
tracing:
1212
runs-on: ubuntu-22.04
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
distro:
1617
- rolling

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
jobs:
1010
test:
1111
runs-on: ${{ matrix.os }}
12+
continue-on-error: ${{ matrix.build-type == 'binary' }}
1213
strategy:
14+
fail-fast: false
1315
matrix:
1416
include:
1517
# Normal build with LTTng installed (binary)

0 commit comments

Comments
 (0)