mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-16 05:22:30 +08:00
- Add “Free Disk Space (Ubuntu)” and Docker prune steps before/after the GitHub-hosted build to recover tens of GB and avoid “no space left on device” failures on ubuntu-latest. - Remove continue-on-error and gate the self-hosted job with `always() && needs.build-gh.result != 'success'` so it runs only if the GH build fails, while publish proceeds if either path succeeds. - Enable buildx GHA cache (cache-from/cache-to) to minimize runner disk pressure and rebuild times without loading images locally. |
||
|---|---|---|
| .. | ||
| 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 | ||