Skip to content

Commit 0d79e02

Browse files
Enable 'continue-on-error' for sanity checks job too (#10)
Signed-off-by: Christophe Bedard <[email protected]>
1 parent 93e9b63 commit 0d79e02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sanity.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
tracing:
1212
runs-on: ubuntu-22.04
13+
continue-on-error: ${{ matrix.build-type == 'binary' }}
1314
strategy:
1415
fail-fast: false
1516
matrix:

0 commit comments

Comments
 (0)