Skip to content

Commit f318226

Browse files
committed
fixed step names
1 parent 5b71f5f commit f318226

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/cleanup_caches.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions: read-all
1010

1111
jobs:
1212
Cleanup_PIP:
13+
name: Cleanup PIP cache
1314
runs-on: aks-linux-2-cores-8gb
1415
container:
1516
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
@@ -34,7 +35,8 @@ jobs:
3435
echo "Cache info: "
3536
du -h -d2 ${PIP_CACHE_PATH}
3637
37-
Cleanup_CCACHE:
38+
Cleanup_ccache_lin:
39+
name: Cleanup Linux ccache
3840
runs-on: aks-linux-2-cores-8gb
3941
container:
4042
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
@@ -52,14 +54,15 @@ jobs:
5254
- name: Cleanup ccache
5355
uses: ./.github/actions/cache/cleanup
5456
with:
55-
cache-size: 100
57+
cache-size: 300
5658
max-cache-size: 750
5759
cache-path: ${{ env.CCACHE_PATH }}
5860
recursive: true
5961
key: '.'
6062

6163

62-
Cleanup_CCACHE_win:
64+
Cleanup_ccache_win:
65+
name: Cleanup Windows ccache
6366
runs-on: 'aks-win-4-cores-8gb'
6467
env:
6568
CCACHE_PATH: C:\\mount\\caches\\ccache
@@ -75,6 +78,6 @@ jobs:
7578
with:
7679
cache-size: 300
7780
max-cache-size: 750
78-
cache-path: ${{ env.CCACHE_PATH }}
81+
cache-path: C:\\mount\\caches\\ccache
7982
recursive: true
8083
key: '.'

0 commit comments

Comments
 (0)