From 64df1e2b58653142771887b00a92a3bebd327ae7 Mon Sep 17 00:00:00 2001 From: MaxSMokeSkaarj Date: Fri, 23 May 2025 00:10:11 +1000 Subject: [PATCH] hotfix --- .github/workflows/benchmarks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 2c02ef5a37..633f57154e 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -20,8 +20,9 @@ jobs: - name: Run script on centcomm uses: appleboy/ssh-action@master with: - host: centcomm.spacestation14.io + host: smokeofanarchy.ru username: robust-benchmark-runner + port: 2200 key: ${{ secrets.BENCHMARK_RUNNER_KEY }} command_timeout: 100000m script: | -- 2.52.0