Skip to content

Commit

Permalink
remove cache hit if
Browse files Browse the repository at this point in the history
  • Loading branch information
BoazBD committed Jan 16, 2025
1 parent 281d635 commit 955b1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
key: ${{ runner.os }}-ort

- name: Checkout ORT Repository
if: steps.cache-ort.outputs.cache-hit != 'true'
# if: steps.cache-ort.outputs.cache-hit != 'true'
uses: actions/checkout@v4
with:
repository: "oss-review-toolkit/ort"
Expand Down

0 comments on commit 955b1ee

Please sign in to comment.