Skip to content

Commit

Permalink
Add if for cache save
Browse files Browse the repository at this point in the history
  • Loading branch information
sjalander committed Oct 18, 2024
1 parent ce8d26b commit f6323b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/BuildCirct/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ runs:
shell: bash

- name: "Save CIRCT to the cache"
if: steps.restore-cache-circt.outputs.cache-hit != 'true'
id: save-cache-circt
uses: actions/cache/save@v4
with:
Expand Down

0 comments on commit f6323b9

Please sign in to comment.