Skip to content

Commit 3d22982

Browse files
committed
test
1 parent 581e136 commit 3d22982

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests_results.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
const ref = process.env.original_ref;
9393
const key_prefix = 'tests-' + ref + '-';
9494
95+
console.log(`Cleaning up caches with key prefix: ${key_prefix}`);
96+
9597
if (process.env.original_event == 'pull_request' && process.env.original_action != 'closed') {
9698
console.log('Skipping cache cleanup for open PR');
9799
return;

0 commit comments

Comments
 (0)