Skip to content

Commit

Permalink
Clarify expected failure for upload job
Browse files Browse the repository at this point in the history
  • Loading branch information
angelapwen committed Aug 9, 2022
1 parent 8903097 commit ff7a29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug-artifacts-failure.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit ff7a29d

Please sign in to comment.