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: