From 1e1509802c54d483062cb64f64dd0b5db928b297 Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Wed, 13 Aug 2025 12:02:00 -0400 Subject: [PATCH] Remove walltime benchmarking for now Ran out of free minutes and need to wait to set up custom github action runner to re-enable. --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cacdf6dd..78f5c537 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -53,7 +53,7 @@ jobs: strategy: matrix: # Run on codspeed for walltime and ubuntu for instrumenentation - runner: [ codspeed-macro, ubuntu-latest ] + runner: [ ubuntu-latest ] # codspeed-macro, disable for now till we set up custom runner for more minutes steps: - uses: actions/checkout@v5 - name: Set up Python