Skip to content

Commit

Permalink
Disable evaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Feb 28, 2025
1 parent aa5efdc commit 1980f51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,9 @@ jobs:
path: .ort/ort-results/scanner-result.json
key: ort-scan-result-${{ env.ORT_VERSION }}-${{ github.ref_name }}-${{ github.sha }}
restore-keys: |
ort-scan-result-${{ env.ORT_VERSION }}-${{ github.ref_name }}-${{ github.sha }}
ort-scan-result-${{ env.ORT_VERSION }}-${{ github.ref_name }}-
ort-scan-result-${{ env.ORT_VERSION }}-${{ github.base_ref }}-${{ github.event.pull_request.base.sha }}
ort-scan-result-${{ env.ORT_VERSION }}-${{ github.base_ref }}-
- name: Restore from cache
if: ${{ steps.ort-cache.outputs.cache-hit == true }}
Expand Down Expand Up @@ -701,7 +703,6 @@ jobs:
image: ghcr.io/oss-review-toolkit/ort-minimal:${{ env.ORT_VERSION }}
run: >
advisor,
evaluator,
reporter,
'upload-results',
'upload-scan-result'
Expand Down

0 comments on commit 1980f51

Please sign in to comment.