From a45973fbb881a69f5eddb53eeefdcda95c7faee7 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sat, 26 Oct 2024 23:03:33 +0200 Subject: [PATCH] fix cache in demo --- .github/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 3ad7120..5a92bb8 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -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