mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 17:12:46 +00:00
ci: Disable automatic benchmark runs
Benchmarks are not ready for CI/CD yet. Disabled automatic triggers: - Removed schedule (nightly) trigger - Removed pull_request trigger Kept workflow_dispatch for manual testing when benchmarks are ready. This prevents benchmark failures from blocking PR merges and releases.
This commit is contained in:
19
.github/workflows/benchmark.yml
vendored
19
.github/workflows/benchmark.yml
vendored
@@ -1,11 +1,11 @@
|
||||
name: Benchmarks
|
||||
|
||||
on:
|
||||
# Run on schedule (nightly)
|
||||
schedule:
|
||||
- cron: '0 2 * * *' # 2 AM UTC every day
|
||||
# Disabled automatic runs - benchmarks not ready for CI/CD yet
|
||||
# schedule:
|
||||
# - cron: '0 2 * * *' # 2 AM UTC every day
|
||||
|
||||
# Allow manual trigger
|
||||
# Allow manual trigger for testing
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
compare_with:
|
||||
@@ -13,12 +13,11 @@ on:
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
# Run on PR when benchmarks are modified
|
||||
pull_request:
|
||||
paths:
|
||||
- 'backend/benchmarks/**'
|
||||
- 'backend/toolbox/modules/**'
|
||||
- '.github/workflows/benchmark.yml'
|
||||
# pull_request:
|
||||
# paths:
|
||||
# - 'backend/benchmarks/**'
|
||||
# - 'backend/toolbox/modules/**'
|
||||
# - '.github/workflows/benchmark.yml'
|
||||
|
||||
jobs:
|
||||
benchmark:
|
||||
|
||||
Reference in New Issue
Block a user