Skip to content

Commit

Permalink
Save cache only when there is no hit.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Nov 29, 2023
1 parent ffcb259 commit 3ffa0fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
run: ninja install -j $(($(getconf _NPROCESSORS_ONLN) + 2))
working-directory: build-hoomd-blue
- name: Cache HOOMD-blue build
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/cache/save@v3
with:
path: install
Expand Down

0 comments on commit 3ffa0fc

Please sign in to comment.