mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-03 20:51:58 +00:00
refactor: change setup-frontend action to use include_build_step (default false)
- Renamed parameter from skip_build to include_build_step - Changed default from 'false' to 'false' (building now opt-in) - Updated all workflow usages to explicitly set include_build_step: 'true' where building is needed - Removed explicit parameter for workflows that don't need building As suggested by @DrJKL in PR review
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Setup frontend
|
||||
uses: ./.github/actions/setup-frontend
|
||||
with:
|
||||
not_build: 'false'
|
||||
include_build_step: 'true'
|
||||
- name: Setup Playwright
|
||||
uses: ./.github/actions/setup-playwright
|
||||
|
||||
|
||||
Reference in New Issue
Block a user