From 3e7b0a49076588b1b34b312743832ea6fb00aa26 Mon Sep 17 00:00:00 2001 From: pythongosssss <125205205+pythongosssss@users.noreply.github.com> Date: Sat, 10 Aug 2024 21:46:33 +0100 Subject: [PATCH] Test using latest examples (#361) --- .github/workflows/test-ui.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-ui.yaml b/.github/workflows/test-ui.yaml index fa5b7e8c4..dc70fee5e 100644 --- a/.github/workflows/test-ui.yaml +++ b/.github/workflows/test-ui.yaml @@ -36,9 +36,7 @@ jobs: with: repository: "comfyanonymous/ComfyUI_examples" path: "ComfyUI_frontend/tests-ui/ComfyUI_examples" - # Re-enable tracking latest master branch after fixing the issue - # https://github.com/Comfy-Org/ComfyUI_frontend/issues/277 - ref: 58b2e103bb8e424b66044fd07f1d3a6d80834ed4 + ref: master - name: Skip CI if: contains(steps.commit-message.outputs.message, '[skip ci]') run: echo "Skipping CI as commit contains '[skip ci]'"