mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
Disable flux example workflow test (#278)
This commit is contained in:
4
.github/workflows/test-ui.yaml
vendored
4
.github/workflows/test-ui.yaml
vendored
@@ -36,7 +36,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: "comfyanonymous/ComfyUI_examples"
|
repository: "comfyanonymous/ComfyUI_examples"
|
||||||
path: "ComfyUI_frontend/tests-ui/ComfyUI_examples"
|
path: "ComfyUI_frontend/tests-ui/ComfyUI_examples"
|
||||||
ref: master
|
# Re-enable tracking latest master branch after fixing the issue
|
||||||
|
# https://github.com/Comfy-Org/ComfyUI_frontend/issues/277
|
||||||
|
ref: 58b2e103bb8e424b66044fd07f1d3a6d80834ed4
|
||||||
- name: Skip CI
|
- name: Skip CI
|
||||||
if: contains(steps.commit-message.outputs.message, '[skip ci]')
|
if: contains(steps.commit-message.outputs.message, '[skip ci]')
|
||||||
run: echo "Skipping CI as commit contains '[skip ci]'"
|
run: echo "Skipping CI as commit contains '[skip ci]'"
|
||||||
|
|||||||
Reference in New Issue
Block a user