Skip to content

Commit e740697

Browse files
authored
cache recipes actions with sha (#1471)
force merging since we're hitting api limits Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 198e1f8 commit e740697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests-recipes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
uses: actions/cache@v4
161161
with:
162162
path: /cache/huggingface
163-
key: ${{ runner.os }}-huggingface-${{ matrix.recipe.name }}
163+
key: ${{ runner.os }}-huggingface-${{ matrix.recipe.name }}-${{ github.sha }}
164164
restore-keys: |
165165
${{ runner.os }}-huggingface-${{ matrix.recipe.name }}-
166166
${{ runner.os }}-huggingface-

0 commit comments

Comments
 (0)