From 3d7c6a9aa0c09fef76c9db2f08e4f290dce48744 Mon Sep 17 00:00:00 2001 From: Maria Ines Parnisari Date: Thu, 19 Oct 2023 17:48:48 -0700 Subject: [PATCH] fail pr on cache miss --- .github/workflows/prs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prs.yaml b/.github/workflows/prs.yaml index b8dce9b..9dfe254 100644 --- a/.github/workflows/prs.yaml +++ b/.github/workflows/prs.yaml @@ -25,9 +25,9 @@ jobs: # Download previous benchmark result from cache - name: Download previous benchmark data - id: cache-restore uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: + fail-on-cache-miss: true path: ./cache/benchmark-data.json key: ${{ runner.os }}-go-benchmark