mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-06-03 10:02:09 +08:00
Update pullrequest-ci-run.yml
This commit is contained in:
parent
880c205df1
commit
3d5b5b2c95
11
.github/workflows/pullrequest-ci-run.yml
vendored
11
.github/workflows/pullrequest-ci-run.yml
vendored
@ -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/
|
# Results are reported as checkmarks on the commits, as well as onto https://ci.comfy.org/
|
||||||
name: Pull Request CI Workflow Runs
|
name: Pull Request CI Workflow Runs
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [labeled]
|
types: [labeled]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pr-test-stable:
|
pr-test-stable:
|
||||||
if: ${{ github.event.label.name == 'Run-CI-Test' }}
|
if: ${{ github.event.label.name == 'important' }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -36,8 +36,9 @@ jobs:
|
|||||||
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
|
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
|
||||||
comfyui_flags: ${{ matrix.flags }}
|
comfyui_flags: ${{ matrix.flags }}
|
||||||
use_prior_commit: 'true'
|
use_prior_commit: 'true'
|
||||||
|
|
||||||
comment:
|
comment:
|
||||||
if: ${{ github.event.label.name == 'Run-CI-Test' }}
|
if: ${{ github.event.label.name == 'important' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
Loading…
x
Reference in New Issue
Block a user