We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3baa07e commit 2aa9166Copy full SHA for 2aa9166
.github/workflows/test-ui.yaml
@@ -36,7 +36,9 @@ jobs:
36
with:
37
repository: "comfyanonymous/ComfyUI_examples"
38
path: "ComfyUI_frontend/tests-ui/ComfyUI_examples"
39
- ref: master
+ # Re-enable tracking latest master branch after fixing the issue
40
+ # https://github.com/Comfy-Org/ComfyUI_frontend/issues/277
41
+ ref: 58b2e103bb8e424b66044fd07f1d3a6d80834ed4
42
- name: Skip CI
43
if: contains(steps.commit-message.outputs.message, '[skip ci]')
44
run: echo "Skipping CI as commit contains '[skip ci]'"
0 commit comments