diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1b255abddc..a6e7738fa4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -129,7 +129,7 @@ jobs: # (including PRs) get balanced slicing. save-durations: needs: test - if: always() && github.ref == 'refs/heads/main' + if: needs.test.result == 'success' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - name: Download all slice durations @@ -219,4 +219,4 @@ jobs: env: OPENROUTER_API_KEY: "" OPENAI_API_KEY: "" - NOUS_API_KEY: "" + NOUS_API_KEY: "" \ No newline at end of file