From 2214f64a3681fb293454bd3c701ac8313e8f5a68 Mon Sep 17 00:00:00 2001 From: Vincent Emonet Date: Sat, 23 Dec 2023 17:06:37 +0100 Subject: [PATCH] ci: Fix benchmark workflow --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35b2f6a..21844c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,10 +63,11 @@ jobs: rustup default nightly rustup component add clippy rustfmt - - name: Checkout previous commit + - name: Checkout commit last release uses: actions/checkout@v4 with: - ref: ${{ github.event.before }} + ref: b0bf31a097a3099ddbebd801154c8929525894ae + fetch-depth: 0 - name: Run benchmarks on previous commit run: |