From 510df6eaf47e7e8aed2b338e0bbcd0286be7601c Mon Sep 17 00:00:00 2001 From: ethernet Date: Fri, 22 May 2026 15:49:52 -0400 Subject: [PATCH] test: 4-way slice benchmark (with cache save) --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ca3f0f3433d..da95306e6b7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: Tests on: push: - branches: [main] + branches: [main, ethie/slice-test-4] paths-ignore: - '**/*.md' - 'docs/**' @@ -109,7 +109,7 @@ jobs: # (including PRs) get balanced slicing. save-durations: needs: test - if: always() && github.ref == 'refs/heads/main' + if: always() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/ethie/slice-test-')) runs-on: ubuntu-latest steps: - name: Download all slice durations @@ -178,4 +178,4 @@ jobs: env: OPENROUTER_API_KEY: "" OPENAI_API_KEY: "" - NOUS_API_KEY: "" + NOUS_API_KEY: "" \ No newline at end of file