chore: Skip unit tests dependency when running publish image workflow (#2054)

This commit is contained in:
Eric Allam
2025-05-14 19:31:50 +01:00
committed by GitHub
parent 2ae0e22d81
commit a8e38d9231
+3 -3
View File
@@ -56,21 +56,21 @@ 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:
image_tag: ${{ inputs.image_tag }}
publish-worker-v4:
needs: [typecheck, units]
needs: [typecheck]
uses: ./.github/workflows/publish-worker-v4.yml
secrets: inherit
with: