We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1411b commit d9cf689Copy full SHA for d9cf689
1 file changed
.github/workflows/continuous_bench.yml
@@ -1,10 +1,16 @@
1
name: Continuous Benchmark
2
on:
3
- push:
4
- branches: [ "main", "ci/continuous_bench_squash" ]
5
- paths-ignore:
6
- - '**.md'
+ # Temporarily disabled. Restore original triggers below to re-enable.
+ # push:
+ # branches: [ "main"]
+ # paths-ignore:
7
+ # - '**.md'
8
+ # workflow_dispatch:
9
workflow_dispatch:
10
+ inputs:
11
+ __disabled__:
12
+ description: 'This workflow is temporarily disabled.'
13
+ required: false
14
15
concurrency:
16
group: cb-${{ github.workflow }}-${{ github.ref }}
@@ -15,6 +21,7 @@ permissions:
21
22
jobs:
17
23
benchmark:
24
+ if: false
18
25
runs-on: vdbbench
19
26
steps:
20
27
- uses: actions/checkout@v6
0 commit comments