We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581e136 commit 3d22982Copy full SHA for 3d22982
.github/workflows/tests_results.yml
@@ -92,6 +92,8 @@ jobs:
92
const ref = process.env.original_ref;
93
const key_prefix = 'tests-' + ref + '-';
94
95
+ console.log(`Cleaning up caches with key prefix: ${key_prefix}`);
96
+
97
if (process.env.original_event == 'pull_request' && process.env.original_action != 'closed') {
98
console.log('Skipping cache cleanup for open PR');
99
return;
0 commit comments