From 0d79e0210eb976ed94dd30c640432a1b4bd76766 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sun, 4 Sep 2022 13:10:35 -0400 Subject: [PATCH] Enable 'continue-on-error' for sanity checks job too (#10) Signed-off-by: Christophe Bedard --- .github/workflows/sanity.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 5c695696..3ad09ca3 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -10,6 +10,7 @@ on: jobs: tracing: runs-on: ubuntu-22.04 + continue-on-error: ${{ matrix.build-type == 'binary' }} strategy: fail-fast: false matrix: