Skip to content

Commit 30f676d

Browse files
committed
fix
1 parent 3c49efa commit 30f676d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sql-benchmarks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
# rustup is pre-installed on the ubuntu24-full-x64 image.
4242

4343
- name: Run ${{ matrix.name }} benchmark
44-
if: matrix.remote_storage == null
4544
with:
4645
submodules: "recursive"
46+
if: matrix.remote_storage == null
4747
shell: bash
4848
env:
4949
RUSTFLAGS: '-C target-cpu=native'
@@ -62,9 +62,9 @@ jobs:
6262
| tee results.json
6363
6464
- name: Run ${{ matrix.name }} benchmark
65-
if: matrix.remote_storage != null
6665
with:
6766
submodules: "recursive"
67+
if: matrix.remote_storage != null
6868
shell: bash
6969
env:
7070
RUSTFLAGS: '-C target-cpu=native'

0 commit comments

Comments
 (0)