From 4f328aeb00b845c275a3f04615d0c17b9b6b1937 Mon Sep 17 00:00:00 2001 From: Aurelius Prochazka Date: Wed, 24 Apr 2024 00:53:34 -0700 Subject: [PATCH] Remove build demo --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 446364f..f139cae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,6 +21,6 @@ jobs: send_notification: name: Send Notification uses: AudioKit/ci/.github/workflows/send_notification.yml@main - needs: [swift_test, build_demo] + needs: [swift_test] if: ${{ failure() && github.ref == 'refs/heads/main' }} secrets: inherit