Skip to content

Commit 65d04c3

Browse files
committed
branch, not ref
1 parent 42e1bf8 commit 65d04c3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/RunBenchmark.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
run: |
6161
git checkout add_trigger_to_run_the_benchmark
6262
63-
- name: Install or Upgrade all solutions
64-
shell: bash
65-
working-directory: /var/lib/mount/db-benchmark-metal
66-
run: |
67-
python3 _setup_utils/install_all_solutions.py all --exclude clickhouse
68-
# installing/updating clickhouse needs sudo priviledges
69-
sudo python3 _setup_utils/install_all_solutions.py clickhouse
63+
# - name: Install or Upgrade all solutions
64+
# shell: bash
65+
# working-directory: /var/lib/mount/db-benchmark-metal
66+
# run: |
67+
# python3 _setup_utils/install_all_solutions.py all --exclude clickhouse
68+
# # installing/updating clickhouse needs sudo priviledges
69+
# sudo python3 _setup_utils/install_all_solutions.py clickhouse
7070

7171
- name: Modify run.conf to only have new versions
7272
shell: bash
@@ -117,5 +117,5 @@ jobs:
117117
branch_name: results-`date +%Y-%m-%d-%Hh%Mm`
118118
with:
119119
github_token: ${{ secrets.GITHUB_TOKEN }}
120-
ref: ${{ env.branch_name }}
120+
branch: ${{ env.branch_name }}
121121

0 commit comments

Comments
 (0)