Skip to content

Commit

Permalink
Stop uploading license reports as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Oct 22, 2024
1 parent 7e8f6c2 commit 509655c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,3 @@ jobs:
- name: Run License Finder
if: steps.changes.outputs.target == 'true'
run: license_finder

# Upload it once for reference only. If it seems unnecessary, you can stop uploading.
- name: Generate HTML report
if: steps.changes.outputs.target == 'true'
run: license_finder report --format=html > license-report.html
- name: Upload HTML artifact
if: steps.changes.outputs.target == 'true'
uses: actions/upload-artifact@v4
with:
name: license-report
path: license-report.html

0 comments on commit 509655c

Please sign in to comment.