Skip to content

Commit b778614

Browse files
author
Ryan Faircloth
authored
feat: Support appinspect exceptions
1 parent f850d1c commit b778614

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ jobs:
449449
- "manual"
450450
steps:
451451
- name: Checkout for manual tag
452-
if: matrix.tags == 'manual'
453452
uses: actions/checkout@v2
454453
- uses: actions/download-artifact@v2
455454
with:
@@ -461,16 +460,14 @@ jobs:
461460
app_path: build/package/
462461
included_tags: ${{ matrix.tags }}
463462
- name: upload-appinspect-for-manual
464-
if: always() && matrix.tags == 'manual'
465463
uses: actions/upload-artifact@v2
466464
with:
467465
name: appinspect_manual_checks.json
468466
path: appinspect_result.json
469467
- name: upload-manual-check-markdown
470-
if: matrix.tags == 'manual'
471468
uses: actions/upload-artifact@v2
472469
with:
473-
name: manual_check_markdown.txt
470+
name: ${{ matrix.tags }}_check_markdown.txt
474471
path: manual_check_markdown.txt
475472

476473
artifact-registry:

0 commit comments

Comments
 (0)