From 7c595f3e583e5181684aded11b3295a5386076c9 Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Wed, 14 May 2025 16:52:27 +0100 Subject: [PATCH] chore: Skip unit tests dependency when running publish image workflow --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 674b410eaa..3acda8a7f0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,21 +56,21 @@ 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: image_tag: ${{ inputs.image_tag }} publish-worker-v4: - needs: [typecheck, units] + needs: [typecheck] uses: ./.github/workflows/publish-worker-v4.yml secrets: inherit with: