From 1b7b77cd7fb6c302015040d81714f9166ee971c8 Mon Sep 17 00:00:00 2001 From: Luca Deluigi Date: Fri, 30 Aug 2024 09:34:07 +0200 Subject: [PATCH] Fix cd --- .github/workflows/ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9a55077..4d1bf350 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -191,7 +191,16 @@ jobs: release: runs-on: ubuntu-latest - needs: [build, lint, test, integration-test, client-python, bot-discord, bot-reddit, bot-telegram] + needs: + - build + - lint + - test + - integration-test + - client-python + - client-typescript + - bot-discord + - bot-reddit + - bot-telegram if: needs.build.outputs.should-release == 'true' concurrency: release permissions: