Skip to content

Commit 2aa9166

Browse files
authored
Disable flux example workflow test (#278)
1 parent 3baa07e commit 2aa9166

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-ui.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
with:
3737
repository: "comfyanonymous/ComfyUI_examples"
3838
path: "ComfyUI_frontend/tests-ui/ComfyUI_examples"
39-
ref: master
39+
# Re-enable tracking latest master branch after fixing the issue
40+
# https://github.com/Comfy-Org/ComfyUI_frontend/issues/277
41+
ref: 58b2e103bb8e424b66044fd07f1d3a6d80834ed4
4042
- name: Skip CI
4143
if: contains(steps.commit-message.outputs.message, '[skip ci]')
4244
run: echo "Skipping CI as commit contains '[skip ci]'"

0 commit comments

Comments
 (0)