1
0
Fork 0

fix cache in demo (#335)

This commit is contained in:
Pierre Penninckx 2024-10-27 02:35:50 +01:00 committed by GitHub
parent 51c90e13e6
commit 34efaf7292
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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