Skip to content

Commit

Permalink
feat: Support appinspect exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth authored Jan 20, 2022
1 parent f850d1c commit b778614
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ jobs:
- "manual"
steps:
- name: Checkout for manual tag
if: matrix.tags == 'manual'
uses: actions/checkout@v2
- uses: actions/download-artifact@v2
with:
Expand All @@ -461,16 +460,14 @@ jobs:
app_path: build/package/
included_tags: ${{ matrix.tags }}
- name: upload-appinspect-for-manual
if: always() && matrix.tags == 'manual'
uses: actions/upload-artifact@v2
with:
name: appinspect_manual_checks.json
path: appinspect_result.json
- name: upload-manual-check-markdown
if: matrix.tags == 'manual'
uses: actions/upload-artifact@v2
with:
name: manual_check_markdown.txt
name: ${{ matrix.tags }}_check_markdown.txt
path: manual_check_markdown.txt

artifact-registry:
Expand Down

0 comments on commit b778614

Please sign in to comment.