Clarify expected failure for upload job

This commit is contained in:
Angela P Wen 2022-08-09 15:24:14 +02:00
parent 8903097982
commit ff7a29dd72

View file

@ -1,6 +1,6 @@
# Checks logs, SARIF, and database bundle debug artifacts exist # Checks logs, SARIF, and database bundle debug artifacts exist
# when the analyze step fails. # when the analyze step fails.
name: PR Check - Debug artifact upload after failure name: PR Check - Debug artifacts after failure
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
on: on:
@ -21,7 +21,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
name: Upload debug artifacts name: Failure Expected - Upload debug artifacts
continue-on-error: true continue-on-error: true
timeout-minutes: 45 timeout-minutes: 45
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}