Skip to content

Commit fe78a4c

Browse files
authored
ci: do not ignore error on benchmark & release [skip ci] (databendlabs#11226)
1 parent 4e5054a commit fe78a4c

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ jobs:
111111
run: |
112112
cargo build --release --target=${{ steps.target.outputs.target }}
113113
- name: Basic Sqllogic Test
114-
continue-on-error: true
115114
if: matrix.arch == 'x86_64'
116115
shell: bash
117116
env:
@@ -185,7 +184,6 @@ jobs:
185184
target: ${{ steps.target.outputs.target }}
186185
upload: false
187186
- name: Basic Sqllogic Test
188-
continue-on-error: true
189187
if: matrix.arch == 'x86_64'
190188
shell: bash
191189
env:

.github/workflows/trusted-benchmark.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ jobs:
235235
state: pending
236236
description: "Running"
237237
- uses: ./.github/actions/benchmark_cloud
238-
continue-on-error: true
239238
timeout-minutes: 60
240239
id: benchmark
241240
with:

0 commit comments

Comments
 (0)