Skip to content

Commit

Permalink
Enable 'continue-on-error' for sanity checks job too (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard committed Sep 4, 2022
1 parent 93e9b63 commit 0d79e02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
tracing:
runs-on: ubuntu-22.04
continue-on-error: ${{ matrix.build-type == 'binary' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 0d79e02

Please sign in to comment.