Skip to content

Commit

Permalink
chore(ci): Fix cache-hit check
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 11, 2024
1 parent c397766 commit a7f999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# restore-keys: |
# templateflow-v0
- name: Initialize templateflow
if: steps.tf-restore-cache.outputs.cache-hit != 'true'
if: steps.tf-cache-restore.outputs.cache-hit != 'true'
run: |
uvx templateflow update --no-overwrite
Expand Down

0 comments on commit a7f999e

Please sign in to comment.