From a5ee5bfbad8a03e75fbcc3531595423d32a0f538 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sun, 9 Feb 2025 11:59:41 -0500 Subject: [PATCH] Fix ComfyUI_devtools ref (#502) * Fix ComfyUI_devtools_ref * nit --- .github/workflows/test-comfyui-frontend.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/test-comfyui-frontend.yml b/.github/workflows/test-comfyui-frontend.yml index 454544235..1009c40b9 100644 --- a/.github/workflows/test-comfyui-frontend.yml +++ b/.github/workflows/test-comfyui-frontend.yml @@ -40,13 +40,7 @@ jobs: with: repository: "Comfy-Org/ComfyUI_devtools" path: "ComfyUI/custom_nodes/ComfyUI_devtools" - - - name: Checkout ComfyUI_examples - uses: actions/checkout@v4 - with: - repository: "comfyanonymous/ComfyUI_examples" - path: "ComfyUI_frontend/tests-ui/ComfyUI_examples" - ref: 58b2e103bb8e424b66044fd07f1d3a6d80834ed4 + ref: a9c49e4c57464da41ec346deb4a9eeeb00a52c9a - uses: actions/setup-node@v3 with: