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