We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198e1f8 commit e740697Copy full SHA for e740697
.github/workflows/unit-tests-recipes.yml
@@ -160,7 +160,7 @@ jobs:
160
uses: actions/cache@v4
161
with:
162
path: /cache/huggingface
163
- key: ${{ runner.os }}-huggingface-${{ matrix.recipe.name }}
+ key: ${{ runner.os }}-huggingface-${{ matrix.recipe.name }}-${{ github.sha }}
164
restore-keys: |
165
${{ runner.os }}-huggingface-${{ matrix.recipe.name }}-
166
${{ runner.os }}-huggingface-
0 commit comments