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