Update pullrequest-ci-run.yml

This commit is contained in:
Yoland Yan 2025-04-17 14:17:40 -07:00 committed by GitHub
parent 880c205df1
commit 3d5b5b2c95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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