Skip to content

Commit

Permalink
delete uploading op in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aressu1985 committed Sep 26, 2023
1 parent 3c1e50d commit 55a4d2b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,3 @@ jobs:
if [ -d "./base/" ]; then rm -rf ./base/; fi
rm -rf ./mo-tester/.git
rm -rf ./mo-tester/lib
- uses: actions/upload-artifact@v2
if: ${{ always() }}
continue-on-error: true
with:
name: linux_x86_ci_reports
path: |
${{ github.workspace }}
retention-days: 7

0 comments on commit 55a4d2b

Please sign in to comment.