Skip to content

Commit e27a9db

Browse files
committed
ci: do not use cache on release build
1 parent 3dad2c1 commit e27a9db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050

5151
- name: Restore cached cargo dependencies
5252
id: deps-cache
53+
if: ${{ !inputs.release }}
5354
uses: actions/cache/restore@v5
5455
with:
5556
path: |

0 commit comments

Comments
 (0)