Skip to content

Commit

Permalink
chore: restaure cache condition
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnv1 committed Aug 18, 2024
1 parent 9a83cbf commit 30027f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

steps:
- name: Restore cache
if: github.event.inputs.cache-path != ''
if: "${{ github.event.inputs.cache-path != '' }}"
uses: actions/cache/restore@v4
with:
path: ${{ inputs.cache-path }}
Expand Down

0 comments on commit 30027f2

Please sign in to comment.