Skip to content

Commit 7a75100

Browse files
committed
Fix syntax
1 parent 9533d78 commit 7a75100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424

2525
- name: Restore blocks list
2626
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
2827
with:
2928
path: ./blocks.txt
3029
key: blocks-list
30+
fail-on-cache-miss: true # If the block list is not on the cache, we should run the vm-replay workflow
3131

3232
- name: Parse blocks file
3333
id: parse-blocks

0 commit comments

Comments
 (0)