Skip to content

Commit edc7cb2

Browse files
committed
Remove restore-key
1 parent c6c1c58 commit edc7cb2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/actions/generate-datasheets/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ runs:
1717
with:
1818
path: ${{ inputs.datasheets-path }}
1919
key: ${{ runner.os }}-datasheets-${{ hashFiles('**/*datasheet.md') }}
20-
# FIXME: remove restore-keys when the cache is stable
21-
restore-keys: |
22-
${{ runner.os }}-datasheets-
2320

2421
- uses: actions/setup-node@v4
2522
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)