ci: disable benchmark ci temp (#362)
This commit is contained in:
parent
ad1411b7bc
commit
d9cf689ce1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue