Skip to content

Commit 75ea20c

Browse files
committed
Merge branch 'master' into ci/tests_refactor
2 parents fc1e37c + 5570851 commit 75ea20c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,11 @@ jobs:
141141
per_page: 100,
142142
sort: 'created_at',
143143
direction: 'asc',
144-
key: 'tests-*'
144+
key: 'tests-'
145145
});
146146
147+
console.log(caches.data.actions_caches.map(cache => cache.key)
148+
147149
if (caches.data) {
148150
// Delete matching caches
149151
for (const cache of caches.data.actions_caches) {

0 commit comments

Comments
 (0)