2 parents ab489c0 + 2ba9b55 commit 52b91f1Copy full SHA for 52b91f1
1 file changed
.github/workflows/main.yaml
@@ -792,6 +792,7 @@ jobs:
792
- name: Restore ORT Scanner cache
793
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache/restore@v4
794
id: ort-cache
795
+ if: ${{ env.FULL_BUILD_AND_CHECK == 'false' }}
796
with:
797
path: ${{ env.SCAN_RESULT_CACHE_PATH }}
798
key: ort-scan-result-${{ env.ORT_VERSION }}-${{ github.ref_name }}-${{ github.sha }}
0 commit comments