Skip to content

Commit d9cf689

Browse files
ci: disable benchmark ci temp (#362)
1 parent ad1411b commit d9cf689

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/continuous_bench.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
name: Continuous Benchmark
22
on:
3-
push:
4-
branches: [ "main", "ci/continuous_bench_squash" ]
5-
paths-ignore:
6-
- '**.md'
3+
# Temporarily disabled. Restore original triggers below to re-enable.
4+
# push:
5+
# branches: [ "main"]
6+
# paths-ignore:
7+
# - '**.md'
8+
# workflow_dispatch:
79
workflow_dispatch:
10+
inputs:
11+
__disabled__:
12+
description: 'This workflow is temporarily disabled.'
13+
required: false
814

915
concurrency:
1016
group: cb-${{ github.workflow }}-${{ github.ref }}
@@ -15,6 +21,7 @@ permissions:
1521

1622
jobs:
1723
benchmark:
24+
if: false
1825
runs-on: vdbbench
1926
steps:
2027
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)