From ff7a29dd72d58b8cafa6b13e0778ec18922bd7fc Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Tue, 9 Aug 2022 15:24:14 +0200 Subject: [PATCH] Clarify expected failure for upload job --- .github/workflows/debug-artifacts-failure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug-artifacts-failure.yml b/.github/workflows/debug-artifacts-failure.yml index e37c6ab4d..7beedd3f2 100644 --- a/.github/workflows/debug-artifacts-failure.yml +++ b/.github/workflows/debug-artifacts-failure.yml @@ -1,6 +1,6 @@ # Checks logs, SARIF, and database bundle debug artifacts exist # when the analyze step fails. -name: PR Check - Debug artifact upload after failure +name: PR Check - Debug artifacts after failure env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} on: @@ -21,7 +21,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - name: Upload debug artifacts + name: Failure Expected - Upload debug artifacts continue-on-error: true timeout-minutes: 45 runs-on: ${{ matrix.os }}