From 4ce1179dcf7435500246a85f91689e1e6aa5281c Mon Sep 17 00:00:00 2001 From: Kuisong Tong Date: Sat, 16 Mar 2024 18:40:50 -0700 Subject: [PATCH] fix benchmark cache key (#251) --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 20762f7f..b661971d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -43,4 +43,4 @@ jobs: if: ${{ github.ref_name=='main' }} with: path: ./cache - key: ${{ runner.os }}-benchmark-{{ github.sha }} + key: ${{ runner.os }}-benchmark-${{ github.sha }}