Skip to content

Commit

Permalink
chore{workflow): dont upload report artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Jul 7, 2022
1 parent bf536c4 commit d252594
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
base-path: /dashlord

# to save the generated report.json as artifact
- uses: actions/upload-artifact@v2
with:
path: report.json
name: report
if-no-files-found: error
#- uses: actions/upload-artifact@v2
# with:
# path: report.json
# name: report
# if-no-files-found: error

# save full report for history
- uses: EndBug/add-and-commit@v7
Expand Down

0 comments on commit d252594

Please sign in to comment.