From 9fd70748a9784258cc10bca95a898a784316b3d4 Mon Sep 17 00:00:00 2001 From: Sacha Froment Date: Mon, 24 Feb 2025 14:32:22 +0100 Subject: [PATCH] chore: try to fix cache Signed-off-by: Sacha Froment --- .github/workflows/benchmark.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ee68edf7a..f8eb8361f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -32,9 +32,9 @@ jobs: uses: actions/cache@v4 with: path: ./cache - key: benchmark-${{ runner.os }}-${{ github.run_id }} + key: benchmark-${{ runner.os }}-${{ github.ref }} restore-keys: | - benchmark-${{ runner.os }} + benchmark-${{ runner.os }}- - name: Store benchmark result uses: benchmark-action/github-action-benchmark@v1 @@ -49,7 +49,6 @@ jobs: summary-always: true gh-pages-branch: main skip-fetch-gh-pages: ${{ github.event_name == 'push' }} - benchmark-data-dir-path: ./cache/benchmarks docs: if: github.event_name == 'push' && github.ref == 'refs/heads/main'