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 a095e7e commit 3e7b0a4Copy full SHA for 3e7b0a4
.github/workflows/test-ui.yaml
@@ -36,9 +36,7 @@ jobs:
36
with:
37
repository: "comfyanonymous/ComfyUI_examples"
38
path: "ComfyUI_frontend/tests-ui/ComfyUI_examples"
39
- # Re-enable tracking latest master branch after fixing the issue
40
- # https://github.com/Comfy-Org/ComfyUI_frontend/issues/277
41
- ref: 58b2e103bb8e424b66044fd07f1d3a6d80834ed4
+ ref: master
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