We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dad2c1 commit e27a9dbCopy full SHA for e27a9db
1 file changed
.github/workflows/build.yml
@@ -50,6 +50,7 @@ jobs:
50
51
- name: Restore cached cargo dependencies
52
id: deps-cache
53
+ if: ${{ !inputs.release }}
54
uses: actions/cache/restore@v5
55
with:
56
path: |
0 commit comments