Skip to content

Commit 6d819c6

Browse files
authored
chore: publish docker even if the unit tests fail for now (#1867)
1 parent 3e34170 commit 6d819c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
secrets: inherit
5757

5858
publish-webapp:
59-
needs: [typecheck, units]
59+
needs: [typecheck]
6060
uses: ./.github/workflows/publish-webapp.yml
6161
secrets: inherit
6262
with:
6363
image_tag: ${{ inputs.image_tag }}
6464

6565
publish-worker:
66-
needs: [typecheck, units]
66+
needs: [typecheck]
6767
uses: ./.github/workflows/publish-worker.yml
6868
secrets: inherit
6969
with:

0 commit comments

Comments
 (0)