chore(workflow): comment out Docker build step for langflow-all in nightly release (#8727)

chore: Comment out Docker build workflow for langflow-all due to runner limitations

* Temporarily disabled the `call_docker_build_main_all` job in the nightly release workflow.
* Added a TODO note to revisit this when the runner can accommodate builds with large dependencies like PyTorch.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-06-26 14:27:03 -03:00 committed by GitHub
commit e73c62636f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -235,15 +235,16 @@ jobs:
main_version: ${{ inputs.nightly_tag_main }}
secrets: inherit
call_docker_build_main_all:
name: Call Docker Build Workflow for langflow-all
if: always() && ${{ inputs.build_docker_main == 'true' }}
needs: [release-nightly-main]
uses: ./.github/workflows/docker-build.yml
with:
release_type: nightly-main-all
main_version: ${{ inputs.nightly_tag_main }}
secrets: inherit
# TODO: Uncomment this when our runner can fit the builds that contain pytorch (and other large dependencies)
# call_docker_build_main_all:
# name: Call Docker Build Workflow for langflow-all
# if: always() && ${{ inputs.build_docker_main == 'true' }}
# needs: [release-nightly-main]
# uses: ./.github/workflows/docker-build.yml
# with:
# release_type: nightly-main-all
# main_version: ${{ inputs.nightly_tag_main }}
# secrets: inherit
call_docker_build_main_ep:
name: Call Docker Build Workflow for Langflow with Entrypoint