From 05176bcd4150db6e073419df342c7b5b39805561 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Mon, 8 Aug 2022 14:25:43 +0200 Subject: [PATCH] Add continue-on-error for expected failing job --- .github/workflows/debug-artifacts-failure.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/debug-artifacts-failure.yml b/.github/workflows/debug-artifacts-failure.yml index 7cacccb2d..7eaa70026 100644 --- a/.github/workflows/debug-artifacts-failure.yml +++ b/.github/workflows/debug-artifacts-failure.yml @@ -22,6 +22,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] name: Upload debug artifacts + continue-on-error: true timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: