ci: disable benchmark ci temp (#362)

This commit is contained in:
feihongxu0824 2026-04-21 14:39:25 +08:00 committed by GitHub
parent ad1411b7bc
commit d9cf689ce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 4 deletions

View File

@ -1,10 +1,16 @@
name: Continuous Benchmark
on:
push:
branches: [ "main", "ci/continuous_bench_squash" ]
paths-ignore:
- '**.md'
# Temporarily disabled. Restore original triggers below to re-enable.
# push:
# branches: [ "main"]
# paths-ignore:
# - '**.md'
# workflow_dispatch:
workflow_dispatch:
inputs:
__disabled__:
description: 'This workflow is temporarily disabled.'
required: false
concurrency:
group: cb-${{ github.workflow }}-${{ github.ref }}
@ -15,6 +21,7 @@ permissions:
jobs:
benchmark:
if: false
runs-on: vdbbench
steps:
- uses: actions/checkout@v6