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 68ea4c4 commit c36e274Copy full SHA for c36e274
1 file changed
.github/workflows/publish.yml
@@ -56,14 +56,14 @@ jobs:
56
secrets: inherit
57
58
publish-webapp:
59
- needs: [typecheck]
+ needs: [typecheck, units]
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
0 commit comments