From a8e38d92318743dc105798c6baad73c18045ab20 Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Wed, 14 May 2025 19:31:50 +0100 Subject: [PATCH] chore: Skip unit tests dependency when running publish image workflow (#2054) --- .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 674b410ea..3acda8a7f 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: