Skip to content

Commit d2acf73

Browse files
committed
fix
1 parent a724ffa commit d2acf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
if (caches.data) {
143143
// Delete matching caches
144-
for (const cache of matchingCaches) {
144+
for (const cache of caches.data.actions_caches) {
145145
if (cache.key.endsWith(sha) || (!pr && !cache.key.startsWith("tests-bin-"))) {
146146
console.log(`Skipping cache with key: ${cache.key}`);
147147
continue;

0 commit comments

Comments
 (0)