1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Yoland Yan
3d5b5b2c95 Update pullrequest-ci-run.yml 2025-04-17 14:17:40 -07:00

View File

@@ -1,13 +1,13 @@
# This is the GitHub Workflow that drives full-GPU-enabled tests of pull requests to ComfyUI, when the 'Run-CI-Test' label is added
# This is the GitHub Workflow that drives full-GPU-enabled tests of pull requests to ComfyUI, when the 'important' label is added
# Results are reported as checkmarks on the commits, as well as onto https://ci.comfy.org/
name: Pull Request CI Workflow Runs
on:
pull_request_target:
types: [labeled]
pull_request_target:
types: [labeled]
jobs:
pr-test-stable:
if: ${{ github.event.label.name == 'Run-CI-Test' }}
if: ${{ github.event.label.name == 'important' }}
strategy:
fail-fast: false
matrix:
@@ -36,8 +36,9 @@ jobs:
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
comfyui_flags: ${{ matrix.flags }}
use_prior_commit: 'true'
comment:
if: ${{ github.event.label.name == 'Run-CI-Test' }}
if: ${{ github.event.label.name == 'important' }}
runs-on: ubuntu-latest
permissions:
pull-requests: write