From 4938206e378cc38b8ddc80faee19e7cb529e0c08 Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Wed, 2 Apr 2025 14:19:38 +0100 Subject: [PATCH] chore: publish docker even if the unit tests fail for now --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0f011c6cad..ecf30bcc8b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,14 +56,14 @@ jobs: secrets: inherit publish-webapp: - needs: [typecheck, units] + needs: [typecheck] uses: ./.github/workflows/publish-webapp.yml secrets: inherit with: image_tag: ${{ inputs.image_tag }} publish-worker: - needs: [typecheck, units] + needs: [typecheck] uses: ./.github/workflows/publish-worker.yml secrets: inherit with: