Skip to content

Commit

Permalink
fail pr on cache miss
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari committed Oct 20, 2023
1 parent a6a5d57 commit 3d7c6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3d7c6a9

Please sign in to comment.