mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-15 13:02:35 +08:00
- Add pre-build cleanup on GitHub-hosted runner using jlumbroso/free-disk-space plus Docker builder/system prune to maximize available disk for Docker builds. - Add pre-build Docker cache pruning and disk checks on self-hosted runner to keep it minimal and appropriate for ephemeral runners. - Change fallback logic to run self-hosted only if the GitHub-hosted build fails, using needs.<job>.result with always() to ensure the fallback job triggers after a primary failure. - Keep GHCR login via docker/login-action@v3 and Buildx via docker/setup-buildx-action@v3; build with docker/build-push-action@v6. - Publish release only if either build path succeeds; fail workflow if both builds or release publish fail. - Remove post-build cleanup steps (BuildKit image removal and general pruning) to align with instruction not to worry about post cleanup on ephemeral runners. |
||
|---|---|---|
| .. | ||
| build-release.yml | ||
| check-line-endings.yml | ||
| cleanup-ghcr-untagged.yml | ||
| pullrequest-ci-run.yml | ||
| release-webhook.yml | ||
| resume-publish.yml | ||
| ruff.yml | ||
| stable-release.yml | ||
| stale-issues.yml | ||
| sync-build-release.yml | ||
| test-build.yml | ||
| test-ci.yml | ||
| test-execution.yml | ||
| test-launch.yml | ||
| test-unit.yml | ||
| update-api-stubs.yml | ||
| update-version.yml | ||
| windows_release_dependencies.yml | ||
| windows_release_nightly_pytorch.yml | ||
| windows_release_package.yml | ||