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: