Skip to content

Commit a8e38d9

Browse files
authored
chore: Skip unit tests dependency when running publish image workflow (#2054)
1 parent 2ae0e22 commit a8e38d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,21 @@ 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:
7070
image_tag: ${{ inputs.image_tag }}
7171

7272
publish-worker-v4:
73-
needs: [typecheck, units]
73+
needs: [typecheck]
7474
uses: ./.github/workflows/publish-worker-v4.yml
7575
secrets: inherit
7676
with:

0 commit comments

Comments
 (0)