We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae0e22 commit a8e38d9Copy full SHA for a8e38d9
.github/workflows/publish.yml
@@ -56,21 +56,21 @@ jobs:
56
secrets: inherit
57
58
publish-webapp:
59
- needs: [typecheck, units]
+ needs: [typecheck]
60
uses: ./.github/workflows/publish-webapp.yml
61
62
with:
63
image_tag: ${{ inputs.image_tag }}
64
65
publish-worker:
66
67
uses: ./.github/workflows/publish-worker.yml
68
69
70
71
72
publish-worker-v4:
73
74
uses: ./.github/workflows/publish-worker-v4.yml
75
76
0 commit comments