Skip to content

Commit 7b3676b

Browse files
committed
Fix
1 parent 253076c commit 7b3676b

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
@@ -120,7 +120,7 @@ jobs:
120120
}
121121
122122
const ref = "${{ github.event.pull_request.number || github.ref }}";
123-
const cacheKeysPattern = `tests-bin-${ref}-*`;
123+
const cacheKeysPattern = `tests-bin-${ref}-`;
124124
125125
console.log(`Deleting caches matching pattern: ${cacheKeysPattern}`);
126126

0 commit comments

Comments
 (0)