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]