From 5df6f57b5d2c9e599aed333abb62e70d81f19a1a Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" <4000772+mcmonkey4eva@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:30:59 -0700 Subject: [PATCH] minor fix on copypasta action name (#4276) my bad sorry --- .github/workflows/pullrequest-ci-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest-ci-run.yml b/.github/workflows/pullrequest-ci-run.yml index 91b484bf..e8851bd6 100644 --- a/.github/workflows/pullrequest-ci-run.yml +++ b/.github/workflows/pullrequest-ci-run.yml @@ -1,6 +1,6 @@ # This is the GitHub Workflow that drives full-GPU-enabled tests of pull requests to ComfyUI, when the 'Run-CI-Test' label is added # Results are reported as checkmarks on the commits, as well as onto https://ci.comfy.org/ -name: Full Comfy CI Workflow Runs +name: Pull Request CI Workflow Runs on: pull_request: types: [labeled]