Skip to content

Commit

Permalink
ci: 🎡 only upload dist cache if cache miss
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Aug 10, 2023
1 parent 89cfc80 commit 2d05b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:

- name: Cache build artifacts
uses: actions/cache/save@v3
if: steps.cache-dist.outputs.cache-hit != 'true'
with:
key: ${{ steps.cache-dist.outputs.cache-primary-key }}
path: |
Expand Down

0 comments on commit 2d05b53

Please sign in to comment.