Skip to content

Commit c8019c8

Browse files
committed
checkout the right branch when running the benchmark
1 parent 2128e54 commit c8019c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/RunBenchmark.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ jobs:
4343
MACHINE_TYPE: c6id.4xlarge
4444
runs-on: self-hosted
4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747
with:
4848
fetch-depth: 0
49+
ref: add_trigger_to_run_the_benchmark
4950
path: db-benchmark
5051

52+
5153
- name: run mount
5254
shell: bash
5355
working-directory: db-benchmark

0 commit comments

Comments
 (0)