chore: Skip unit tests dependency when running publish image workflow (#2054)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user