From 8b090034f16fd848aa14d6cc9cfcd08d137a2d79 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 10 May 2022 11:14:17 +0200 Subject: [PATCH] Benchmarks CI fix attempt 3 --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 14cd0740e..8b8cc4e63 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -31,4 +31,4 @@ jobs: script: | wget https://raw.githubusercontent.com/space-wizards/RobustToolbox/${{ github.sha }}/Tools/run_benchmarks.py python3 run_benchmarks.py ${{ secrets.BENCHMARKS_WRITE_ADDRESS }} ${{ secrets.BENCHMARKS_WRITE_PORT }} ${{ secrets.BENCHMARKS_WRITE_USER }} ${{ secrets.BENCHMARKS_WRITE_PASSWORD }} ${{ github.sha }} - rm run_benchmarks.py + # rm run_benchmarks.py