Skip to content

Commit

Permalink
remove cache-miss check for cache push
Browse files Browse the repository at this point in the history
  • Loading branch information
kortemik committed Dec 10, 2024
1 parent 2632ff9 commit 2b378b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ jobs:
mkdir -p ${{ env.COVERITY }}
tar zxf ${{ env.COVERITY }}.tgz -C ${{ env.COVERITY }} --strip-components 1
- name: Cache Coverity distribution if cache-miss with the md5sum as the cache key
if: steps.cache-pull-coverity-distribution.outputs.cache-hit != 'true'
- name: Cache Coverity distribution with the md5sum as the cache key
uses: actions/cache@v4
with:
path: ${{ env.COVERITY }}
Expand Down

0 comments on commit 2b378b5

Please sign in to comment.