Disable push event trigger for failing workflow. (#15995)

This commit is contained in:
comfyanonymous
2026-08-30 20:19:14 -07:00
committed by GitHub
parent f938505952
commit 95d755cd81
+12 -12
View File
@@ -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: