Skip to content

Commit

Permalink
fix cache in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibizaman committed Oct 27, 2024
1 parent 51c90e1 commit a45973f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: '!cancelled()'
steps:
- run: |
result="${{ needs.tests.result }}"
result="${{ needs.build.result }}"
if [[ $result == "success" || $result == "skipped" ]]; then
exit 0
else
Expand Down

0 comments on commit a45973f

Please sign in to comment.