mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-09-08 18:16:30 +08:00
Disable push event trigger for failing workflow. (#15995)
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
# Results are reported as checkmarks on the commits, as well as onto https://ci.comfy.org/
|
||||
name: Full Comfy CI Workflow Runs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- release/**
|
||||
paths-ignore:
|
||||
- 'app/**'
|
||||
- 'input/**'
|
||||
- 'output/**'
|
||||
- 'notebooks/**'
|
||||
- 'script_examples/**'
|
||||
- '.github/**'
|
||||
- 'web/**'
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
# - release/**
|
||||
# paths-ignore:
|
||||
# - 'app/**'
|
||||
# - 'input/**'
|
||||
# - 'output/**'
|
||||
# - 'notebooks/**'
|
||||
# - 'script_examples/**'
|
||||
# - '.github/**'
|
||||
# - 'web/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user