We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9533d78 commit 7a75100Copy full SHA for 7a75100
.github/workflows/daily.yml
@@ -24,10 +24,10 @@ jobs:
24
25
- name: Restore blocks list
26
uses: actions/cache/restore@v4.2.0
27
- fail-on-cache-miss: true # If the block list is not on the cache, we should run the vm-replay workflow
28
with:
29
path: ./blocks.txt
30
key: blocks-list
+ fail-on-cache-miss: true # If the block list is not on the cache, we should run the vm-replay workflow
31
32
- name: Parse blocks file
33
id: parse-blocks
0 commit comments